# Keep the image small and the build deterministic.
.venv/
.git/
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
*.egg-info/
dist/
build/

# Source-of-truth lock + source dirs are explicitly COPYed in the Dockerfile;
# everything else here is dev-only noise.
tests/
documentation/
fixtures/
browser-recon/
*.log
*.db
*.db-journal

# Editor / OS junk.
.idea/
.vscode/
.DS_Store
Thumbs.db
