# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl

# Virtual environments
.venv/
venv/
env/

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

# Build / packaging
*.tar.gz
MANIFEST

# Editors
.DS_Store
.idea/
.vscode/
*.swp
*~
