# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

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

# MkDocs build output
site/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
