# 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
MANIFEST

# uv
.venv/
uv.lock.bak

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

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

# Linting
.ruff_cache/

# IDEs
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Notebooks
.ipynb_checkpoints/

# Local data (users supply their own TOYO cycler output)
data/
*.csv
!tests/data/*.csv
!examples/data/*.csv

# Secrets
.env
.env.*
!.env.example
network_setting.json

# Local-only Claude Code guidance
CLAUDE.md
.claude/

# Internal-only Japanese install guide
docs/ORIGIN_SETUP_JA.md

# Build artifacts
*.whl
*.tar.gz

# MkDocs build output
/site/
