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

# Virtual environments
.venv/
venv/
env/

# Test / coverage caches
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/

# Notebooks
*.ipynb_checkpoints/

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*~

# Secrets / local config
.env
.env.*
!.env.example

# Local data caches (if any are dropped here during development)
data/
results/

# In-progress scientific-publication work — separate effort with its own
# tooling/repo; not part of the ev-flow package.
docs/Scientific publication/

# Private / internal: AI-assistant instructions and internal working docs.
# These stay on the local dev machine and are deliberately NOT published to
# the public GitHub repo. Public-facing docs live in documentation/ instead.
CLAUDE.md
AGENTS.md
.cursorrules
.github/copilot-instructions.md
docs/
