# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
*.egg-info/
build/
dist/
.eggs/

# Virtual Environment
.venv/
venv/
env/
ENV/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Testing
.tox/
.coverage
htmlcov/
.pytest_cache/

# Build
*.so
*.dylib

# Distribution
*.egg
*.whl

