# Python cache and bytecode
__pycache__/
*.py[cod]
*$py.class

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.json
.hypothesis/

# Linting
.ruff_cache/

# Distribution / packaging
dist/
*.egg-info/

# Auto-generated build metadata
src/jamma/_build_meta.py

# Compiled C extensions (built by hatch_build.py, not committed)
src/jamma/lmm/_lmm_accel*.so
src/jamma/lmm/_lmm_accel*.dylib

# Virtual environments
.venv/
venv/

# General output
output/

# Planning and claude config (dev-only)
.planning/
.claude/
CLAUDE.md
docs/plans

# Beads issue tracker
.beads/
AGENTS.md
