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

# Virtual envs
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Local config & runtime data
config.toml
.env
data/
*.db
*.db-journal
*.db-wal
*.db-shm

# Editors
.vscode/
.idea/
*.swp
