# byte-compiled
__pycache__/
*.py[cod]
*$py.class

# distribution
dist/
build/
*.egg-info/
*.egg

# virtual envs
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# testing
.coverage
htmlcov/
.pytest_cache/

# misc
*.log
.env
