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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage

# Ephemeris — legacy top-level data/ephe/ is gitignored for backwards-compat
# local installs; the canonical bundled files live at librejyotish/data/ephe/
# and ARE tracked (shipped in the wheel under AGPL).
data/ephe/*
!data/ephe/.gitkeep
!librejyotish/data/ephe/*.se1

# Personal/local MCP config
opencode.json
.pi/

# OS
.DS_Store
