초기 커밋: Docker/PostgreSQL 이관, 구글 OAuth 제거, Gitea 푸시 스크립트 추가

This commit is contained in:
king
2026-05-24 03:07:53 +09:00
commit 54707c99a3
23 changed files with 6933 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
# ===== Secrets / Env =====
.env
*.env
!.env.example
# ===== Python =====
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# ===== Virtual envs =====
.venv/
venv/
venv*/
env/
# ===== Node =====
node_modules/
# ===== Logs / runtime =====
*.log
logs/
*.pid
# ===== Local DB / backups =====
*.db
*.sqlite
*.sqlite3
*.db-journal
app.db.pre-restore-*.db
# ===== OS junk =====
.DS_Store
Thumbs.db
# ===== Editor / IDE =====
.idea/
.vscode/
*.swp
*.swo
# ===== Docker runtime =====
*.pid