1
0
Fork 0
satnogs-network/.gitignore

46 lines
443 B
Plaintext

# Basics
*.py[cod]
*.pyc
__pycache__
.env
.cache
# Logs
*.log
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.pytest_cache
# build artifacts
build
dist
# Sqlite
*.db
*.sqlite
*.sqlite3
# Media & Static
media
/staticfiles/*
/network/static/lib/
node_modules
*.css.map
.sass-cache
# Celery
celerybeat-schedule
# Documentation
/docs/_build/
# Text editor
*.swp
# Python generated files
satnogs_network.egg-info/