# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
.installed.cfg
*.egg
*.whl

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
MANIFEST

# Virtual environments
.env
.*venv*
env/
venv/
ENV/
env.bak/
venv.bak/

# IDE specific files
.idea/
.vscode/
*.sublime-project
*.sublime-workspace

# Test and coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
junit.xml

# Logs and temporary files
*.log
*.tmp
*.swp

# Local database files
*.db
*.db-journal*
mimic*.db
*.duckdb
*.duckdb.wal
*.duckdb.tmp
mimic*.duckdb

# Configuration files
config.json
*config*.json

# Private release sanitization inputs
.private_redactions*
.private_sanitize_salt*
benchmark/release/v1/.private_redactions*
benchmark/release/v1/.private_sanitize_salt*

# Operating System specific files
.DS_Store
Thumbs.db
Desktop.ini

# MyPy
.mypy_cache/

# Ruff
.ruff_cache/

# Datasets and other large files
m4_data/

# Vitrine session data
.vitrine/

notes/
/paper/

# Benchmark data (large, generated)
benchmark/shared/ground_truth/
benchmark/agent_db/
benchmark/results/
benchmark/human_eval/
benchmark/paper/

# Scratch markdown at repo root and benchmark root (keep READMEs tracked)
/*.md
!README.md
/benchmark/*.md
!/benchmark/README.md

# Presentations
*.pptx

# Agents
.agents/
.claude/
.codex/
.cursor/
.research/

# Node.js
node_modules/
