20 lines
213 B
Plaintext
20 lines
213 B
Plaintext
# 환경 변수
|
|
.env
|
|
|
|
# IDE
|
|
.vscode/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.spec
|
|
|
|
# 프로젝트 특화
|
|
data/weather_capture_*.png
|
|
logs/cron.log
|
|
logs/flask.log
|
|
|
|
# 레거시 (사용 안 함)
|
|
config.sample.py
|
|
naver_review/
|