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

# Ephemeris (downloaded on first run, ~31MB)
de421.bsp

# IDE
.vscode/
.idea/

# Test
.pytest_cache/
.coverage
htmlcov/
