# Docker ignore for backend
__pycache__
*.pyc
*.pyo
.pytest_cache
.mypy_cache
.ruff_cache
.venv
venv
.env
.env.*
*.egg-info
dist
build
data
*.db
*.sqlite
.git
.gitignore
Dockerfile
README.md
tests
