# Data — full MIST grids live locally, not in git
data/

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
*.so

# Julia
julia/Manifest.toml

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
astroARIADNE/
data/
docs/
scripts/
__pycache__/
*.pyc
.venv/
uv.lock
test_output*/

# Paper analysis and manuscript material (not part of the package)
paper_analysis/
paper_analysis_*/
sources/
*.docx
*_solar_stub.h5

# Claude Code / agent workspace (local instructions, never in the public repo)
.claude/
CLAUDE.md

# Logs
*.log

# Grids ship as the separate lachesis-grids package (a dependency); kept locally for dev only
lachesis-grids/
