# Legacy GEMMA C++ build artifacts
*.o
*.tar.gz
legacy/src/Eigen
legacy/example/output
legacy/test/output
legacy/bin/gemma
legacy/doc/manual.aux
legacy/doc/manual.bbl
legacy/doc/manual.blg
legacy/doc/manual.log
legacy/doc/manual.out
legacy/doc/manual.toc

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Linting
.ruff_cache/

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

# Virtual environments
.venv/
venv/

# General output
output/

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

# Beads issue tracker
.beads/
AGENTS.md

# Legacy GEMMA C++ source (reference only, not used at runtime)
legacy/src/
legacy/doc/
legacy/bin/
legacy/test/
.hypothesis/
