# SQLite
*.db

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/

# Environment (contains secrets – never commit)
.env

# Test / coverage
.pytest_cache/
htmlcov/
.coverage

# OS
.DS_Store
Thumbs.db
