galaxis-po/backend/.dockerignore
zephyrdark 6885dbd580 fix: add dockerignore files and fix docker-compose config
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 23:10:01 +09:00

17 lines
134 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
.git/
.gitignore
.env
.env.*
*.log
.pytest_cache/
.coverage
htmlcov/