# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
venv/
.env
*.egg-info/
dist/
build/
PKG-INFO
*.whl
*.tar.gz

# Test / lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Package managers
uv.lock
.python-version

# Database
*.db
*.sqlite

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db