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

# Virtual environments
.venv/
venv/
env/

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

# uv
uv.lock

# Data (user data stays local)
*.db
*.sqlite

# Test artifacts
.pytest_cache/
.coverage
htmlcov/

# User config (generated at install time)
config.json
