# Python-generated files
__pycache__/
*.py[oc]
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
build/
dist/
wheels/
*.egg-info
.coverage
coverage.xml
junit.xml
*.log

# uv runtime directories
.uv/

# Virtual environments
.venv/
venv/
env/

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

# OS-specific
.DS_Store
Thumbs.db
