# Python
__pycache__/
*.py[cod]

# Packaging
build/
dist/
*.egg-info/

# Environments
.venv/
venv/

# Tooling
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# GitFoot data (the real database lives under XDG paths, but --db and
# GITFOOT_HOME can put one here)
*.db
*.db-wal
*.db-shm
*.sqlite

# Editors and OS
.idea/
.vscode/
.cursor/
.DS_Store
