# Node
node_modules/
.next/
out/
dist/
build/
*.tsbuildinfo

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/
.venv/
venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local
.env.*.local

# Coverage
coverage/
.coverage
*.lcov

# Firebase
.firebase/

# Paper (not ready for publication yet)
paper.md
paper.bib
CITATION.cff

# Dev tools
.claude/

# Node package build output
node/dist/
node/data/

# Misc
*.log
npm-debug.log*
