# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / Build
dist/
build/
*.egg-info/
*.egg
eggs/
*.whl

# Virtual Environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

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

# Misc
.env
*.log
