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

# Virtual environments
.venv/
venv/

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

# Testing
.pytest_cache/
.hypothesis/
htmlcov/
.coverage

# MkDocs build output
site/

# OS
.DS_Store
Thumbs.db
