Files
gps-denied-onboard/.gitignore
T

20 lines
131 B
Plaintext

# OS
.DS_Store
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.venv/
dist/
build/
# Pytest
.pytest_cache/
# Env
.env
*.env