# Claude Code / Agents
.agents/
.claude/
.swarm/
CLAUDE.md
skills-lock.json
AGENTS.md

# Project status & changelog
CHANGELOG.md
PROJECT_STATUS.md

# Documentation
# docs/  # R7: unignored for i18n docs

# Codex
.codex/

# 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 Environment
.venv/
venv/
ENV/
env/
.conda/

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

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Xcode (macOS GUI)
.build/
xcuserdata/
*.xcscmblueprint
*.xccheckout
DerivedData/
build/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3

# PyInstaller
*.manifest
*.spec

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

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

# Environments
.env
.env.local
.env.*.local

# Logs
*.log
logs/
log/
progress/

# Temp files
*.tmp
*.temp
tmp/

# Output files
*.pdf
*.tex
!src/mat2tex/templates/*.tex.j2

# Model files
models/*.gguf
models/*.bin
models/*.safetensors

# Config (keep example)
config.toml
!config.example.toml
.swarm/
