Add .gitignore to exclude __pycache__ and egg-info artifacts

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Matt Edholm
2026-04-22 22:27:02 -04:00
parent 85c8acf767
commit 3afb7f5f1e
24 changed files with 13 additions and 58 deletions
-8
View File
@@ -1,8 +0,0 @@
Metadata-Version: 2.4
Name: planemapper
Version: 0.1.0
Requires-Python: >=3.11
Requires-Dist: Pillow==12.2.0
Requires-Dist: gpiozero==2.0.1
Requires-Dist: Flask==3.1.3
Requires-Dist: requests==2.33.1
-41
View File
@@ -1,41 +0,0 @@
README.md
pyproject.toml
src/planemapper/__init__.py
src/planemapper/constants.py
src/planemapper/display.py
src/planemapper/fetcher.py
src/planemapper/gpio_ctrl.py
src/planemapper/main.py
src/planemapper/models.py
src/planemapper/provision.py
src/planemapper.egg-info/PKG-INFO
src/planemapper.egg-info/SOURCES.txt
src/planemapper.egg-info/dependency_links.txt
src/planemapper.egg-info/entry_points.txt
src/planemapper.egg-info/requires.txt
src/planemapper.egg-info/top_level.txt
src/planemapper/data/__init__.py
src/planemapper/data/airports.csv
src/planemapper/provisioning/__init__.py
src/planemapper/provisioning/airspace.py
src/planemapper/provisioning/config.py
src/planemapper/provisioning/location.py
src/planemapper/provisioning/portal.py
src/planemapper/provisioning/tiles.py
src/planemapper/provisioning/wifi.py
src/planemapper/renderer/__init__.py
src/planemapper/renderer/aircraft.py
src/planemapper/renderer/airspace.py
src/planemapper/renderer/basemap.py
src/planemapper/renderer/colours.py
src/planemapper/renderer/icons.py
src/planemapper/renderer/projection.py
src/planemapper/renderer/renderer.py
tests/test_colours.py
tests/test_fetcher.py
tests/test_gpio_ctrl.py
tests/test_icons.py
tests/test_models.py
tests/test_pipeline.py
tests/test_projection.py
tests/test_renderer.py
@@ -1 +0,0 @@
@@ -1,3 +0,0 @@
[console_scripts]
planemapper-provision = planemapper.provision:main
planemapper-radar = planemapper.main:main
-4
View File
@@ -1,4 +0,0 @@
Pillow==12.2.0
gpiozero==2.0.1
Flask==3.1.3
requests==2.33.1
-1
View File
@@ -1 +0,0 @@
planemapper
Binary file not shown.
Binary file not shown.