# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

# Backup files
*.bak

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Benchmarks
.benchmarks/

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

# Jupyter
.ipynb_checkpoints/

# Claude Code / OMC
.claude/
.omc/

# Rust / Maturin
target/
Cargo.lock
*.rustfmt.toml

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Local config
.env
.env.local
*.local

# Docusaurus website
web/website/node_modules/
web/wasm-demo/node_modules/
web/website/.docusaurus/

# Other
.tmp/
.gitignore
benchmarking/parser_audit/
fhir4ds-private/