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

# Virtualenvs
.venv/
venv/
env/

# uv
uv.lock

# IDEs
.idea/
.vscode/
*.swp

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Data
data/index.db
data/index.db-*
index.db
index.db-*
*.sqlite
*.sqlite3
