Initial commit: Pixel-ADSB flight tracker

Retro SNES-style side-view ADS-B aircraft tracker with pixel art sprites,
animated celestial bodies, weather visualization, and directional views.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
root
2026-01-20 11:10:25 -08:00
commit 0c9de30d41
25 changed files with 3498 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.eggs/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Claude Code
.claude/
# OS
.DS_Store
Thumbs.db
# Local config (uncomment if you want to ignore local changes)
# config.json