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

# Virtual environments
myenv/
venv/
env/
ENV/

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

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/

# Output directories
scenarios_out/
scenarios_plots/

# Git
.git/
.gitignore

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

# Docker
Dockerfile*
.dockerignore

# Documentation
docs/

# Other
*.md
LICENSE
.DS_Store
make.sh
