# Local editor/credentials files
.vscode/sftp.json

# Python caches
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Build outputs
build/
dist/

# Virtual environment
.venv/
venv/

# Generated lunar calendar data
lunar_json/

# JPL ephemeris files (large binary files, download separately)
*.bsp

# tar archives
*.tar.gz
