# python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# virtual environments
venv/
env/
ENV/

# testing
.pytest_cache/
.coverage
htmlcov/
*.cover

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

# git
.git/
.gitignore

# docs
*.md
docs/

# demos (not needed in production)
demos/

# tests
tests/

# misc
.DS_Store
*.log

