웹훅 통합 및 프로젝트 구조 변경 및 개선

This commit is contained in:
2025-12-19 10:15:55 +09:00
parent d2fbfa46c1
commit 27d9a77513
12 changed files with 715 additions and 202 deletions

23
.gitignore vendored
View File

@ -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/