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

# Distribution / packaging
.Python
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Testing
.tox/
.nox/
.coverage
.coverage.*
.cache
htmlcov/
.pytest_cache/

# Environments
.env
.env.*

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