# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/

# Virtual envs
.venv/
venv/
env/

# Secrets / local config
.env
*.env

# Misc
*.sqlite
*.db
.DS_Store
