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

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

# Linting
.ruff_cache/

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

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

# Virtual environments
.venv/
venv/

# General output
output/

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

# Beads issue tracker
.beads/
AGENTS.md
