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

# Virtual environments
.venv/
venv/
ENV/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

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

# Test
.coverage
htmlcov/
.pytest_cache/
test-results.xml
.mutmut-cache/
.hypothesis/

# OS
.DS_Store
Thumbs.db

# Secrets
.env
.env.local
*.pem
*.key

# uv
.python-version
uv.lock
