# Python
__pycache__/
*.py[cod]
*.so
*.egg
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml

# Environments
.venv/
venv/
env/
.env
.env.*

# Editors/OS
.vscode/
.idea/
.DS_Store

# Packaging
site/
wheelhouse/
