Files
backend/.dockerignore
2025-11-23 10:33:00 +08:00

19 lines
156 B
Plaintext

__pycache__
*.pyo
*.pyd
.Python
env
venv
.venv
.env
.git
.cache
.pytest_cache
.coverage
htmlcov
*.log
notebooks
.DS_Store
README.md
.dockerignore
Dockerfile