dist/
build/
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg-info/
.venv/
venv/
ENV/
.env
.env.*
professor_outreach(1).xlsx
professor_outreach.xlsx
# Build outputs
build/
dist/
*.spec
*.log
*.tmp
*.bak
*.swp

# VSCode
.vscode/

# OS
.DS_Store
Thumbs.db

# Test outputs
*.coverage
.coverage
htmlcov/
.tox/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Netlify
node_modules/
*.tsbuildinfo

# Misc
calcora_debug*.json
secret plan.txt
Design Document
post mvp.txt
CRITICAL_ISSUES.md
FINAL_STATUS.md
PROJECT_REVIEW.md
calcora_test.out

# Exclude local config
pyrightconfig.json

# Docs
*.pdf
*.docx
VERIFICATION_REPORT.md

# Exclude all except site for Netlify
!/site/
!/site/index.html
!/site/style.css

# NOTE: planning docs are intentionally tracked.
# Local Netlify folder
.netlify
