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

# Virtual environments
.venv/
venv/
env/

# Environment / secrets
.env
.env.local
*.pem
*.key

# uv
.uv-cache/

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

# macOS
.DS_Store

# Logs
*.log

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Local data
*.db
*.sqlite
*.sqlite3
