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

# Virtual environments
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment / secrets
.env
.env.*
!.env.example

# Database
*.db
*.db-wal
*.db-shm

# Skyfield data
*.bsp
de421.bsp

# Coverage / testing
.coverage
htmlcov/
.pytest_cache/

# Distribution
*.tar.gz
*.whl

# Local tests
*.txt 