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

# Virtual environment
.venv/
venv/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Environment
.env

# Data (local only)
*.db
data/

# OS
.DS_Store
Thumbs.db

# Pytest
.pytest_cache/

# Ruff
.ruff_cache/
