# Python
*.py[cod]
*$py.class
__pycache__/
*.egg-info/
dist/
build/
.venv/

# Coverage & test artifacts
.coverage
coverage.*
*.coverprofile
htmlcov/
.hypothesis/

# Jupyter
.ipynb_checkpoints/
testing.ipynb

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

# OS
.DS_Store

# Environment / secrets
.env
.env.local
!.env.example
!.env.test
.pypirc

# Dash app cache
.instawell-cache/

# MkDocs build output
site/

# Local dev notes & scratch files
dev_notes/
todo.md
publishing.md
all_data/

# Data files (test data is generated in-memory)
*.csv
*.zip
*.log
