1
0
Fork 0
satnogs-network/.gitignore

46 lines
443 B
Plaintext
Raw Normal View History

2014-08-26 13:36:38 -06:00
# Basics
*.py[cod]
*.pyc
__pycache__
2014-12-19 06:06:58 -07:00
.env
.cache
2014-08-26 13:36:38 -06:00
# Logs
*.log
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
2018-04-01 05:52:20 -06:00
.pytest_cache
2014-08-26 13:36:38 -06:00
# build artifacts
build
dist
2014-10-16 07:38:41 -06:00
# Sqlite
*.db
*.sqlite
2014-12-19 06:06:58 -07:00
*.sqlite3
2014-10-16 07:38:41 -06:00
2015-03-10 09:01:22 -06:00
# Media & Static
2014-10-16 07:38:41 -06:00
media
2015-03-10 09:01:22 -06:00
/staticfiles/*
/network/static/lib/
node_modules
2017-12-24 12:15:03 -07:00
*.css.map
.sass-cache
2017-09-27 11:04:18 -06:00
# Celery
celerybeat-schedule
# Documentation
/docs/_build/
2020-01-24 13:12:37 -07:00
# Text editor
*.swp
2020-01-24 13:13:24 -07:00
# Python generated files
satnogs_network.egg-info/