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

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

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

# Type checking / linting
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json

# Jupyter
.ipynb_checkpoints/

# Julia / juliacall (RxInfer backend)
.CondaPkg/
*.jl.cov
*.jl.*.cov

# Editors / OS
.vscode/settings*
.idea/
*.swp
.DS_Store

# Docs build output (MkDocs)
site/

# Project-local
.remember/
.claude/
CLAUDE.md
rfcs/
