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

# Virtual environments
.venv/
venv/
env/

# Built docs site
site/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# LaTeX build artifacts
*.aux
*.log
*.out
*.toc
*.synctex.gz

# Local LCF result stores (runtime data)
*.lcfstore/
.lcfstore/
examples/output/
scratch/
*.sqlite
*.db

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

# Keep VS Code workspace settings out unless intentional
.vscode/

# Claude local settings (keep project settings, ignore personal)
.claude/settings.local.json

# Developer and AI-process material lives in the workspace above this repo.
# These entries are a safety net in case any of it strays back in.
dev/
memory/
MEMORY.md
RELEASING.md
