웹훅 통합 및 프로젝트 구조 변경 및 개선
This commit is contained in:
23
.gitignore
vendored
23
.gitignore
vendored
@ -1,8 +1,19 @@
|
||||
config.sample.py
|
||||
# 환경 변수
|
||||
.env
|
||||
**/__pycache__/
|
||||
*.pyc
|
||||
naver_review/build/
|
||||
*.spec
|
||||
data/weather_capture_*.png
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.spec
|
||||
|
||||
# 프로젝트 특화
|
||||
data/weather_capture_*.png
|
||||
logs/cron.log
|
||||
logs/flask.log
|
||||
|
||||
# 레거시 (사용 안 함)
|
||||
config.sample.py
|
||||
naver_review/
|
||||
|
||||
Reference in New Issue
Block a user