mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-22 22:46:36 +00:00
20 lines
131 B
Plaintext
20 lines
131 B
Plaintext
# OS
|
|
.DS_Store
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.egg-info/
|
|
.venv/
|
|
dist/
|
|
build/
|
|
|
|
# Pytest
|
|
.pytest_cache/
|
|
|
|
# Env
|
|
.env
|
|
*.env
|