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

# Virtual environments
.venv/
venv/

# Environment files
.env
*.env.local

# Type checking / linting
.mypy_cache/
.ruff_cache/

# Testing
.pytest_cache/
htmlcov/
.coverage
coverage.xml
*.lcov

# uv
.uv/

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

# OS
.DS_Store
Thumbs.db

# Deployment state (local only)
.linode-llm/
