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

# Virtual environments
.venv/
venv/
env/

# Testing / typing caches
.pytest_cache/
.hypothesis/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Docs build output
site/

# IDE
.vscode/
.idea/

# OS
.DS_Store
