add docker compose.yml, env example and gitignore file

This commit is contained in:
tao.chen
2026-06-18 14:34:03 +08:00
parent b499f5fb34
commit ad83c2626b
3 changed files with 60 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# Environment / secrets — never commit real env files
.env
.env.local
.env.*.local
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/