# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
wheels/

# Virtual environments
.venv/

# Tools
.ruff_cache/
.pytest_cache/
.mypy_cache/

# Coverage
htmlcov/
.coverage
coverage.xml

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

# MkDocs
site/

# OS
.DS_Store
Thumbs.db