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

# Virtual environments
.venv/
venv/
ENV/
env/

# IDEs
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.swp

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/

# Documentation
docs/build/
docs/_build/
docs/generated/

# Data and OS files
.DS_Store
Thumbs.db
*.xlsx
*.csv
*.nc

# Where every run reads and writes (FEAT-21): `data/` is collected, `output/` is
# generated, and both are re-creatable by re-running the script that made them. No
# leading slash, so this catches them at any depth -- one per example folder.
data/
output/

# Specific ignores (remove them when not relevant any more. )
cloudflare_tried.md
cloudflare.md
