# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# Environments / caches
.venv/
venv/
env/
.pytest_cache/
.hypothesis/
.ruff_cache/
.coverage
htmlcov/
site/

# Databases
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite3
*.sqlite3-shm
*.sqlite3-wal

# VCS
.git/
.gitignore
.gitattributes
.gitmodules

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

# Secrets
.env
.env.*
!*.pem
!*.key

# Docs, assets, and tooling not needed in the image
docs/
logo/
Screenshots/
tools/
.github/
mkdocs.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTORS
ACCESSIBILITY.md
SECURITY.md
CONTRIBUTING.md

