2020-09-28 14:50:02 -07:00
|
|
|
# Project
|
|
|
|
hyperglass/hyperglass/static
|
2021-09-08 08:40:54 -07:00
|
|
|
TODO*
|
2020-09-28 14:50:02 -07:00
|
|
|
|
2019-05-07 23:21:41 -07:00
|
|
|
test.py
|
|
|
|
.DS_Store
|
2019-07-15 02:30:42 -07:00
|
|
|
.idea
|
2020-07-23 09:10:26 -07:00
|
|
|
old_*.py
|
2020-07-23 17:54:30 -07:00
|
|
|
*.rdb
|
2019-05-07 23:21:41 -07:00
|
|
|
#
|
|
|
|
# Github Default from https://github.com/martinohanlon/flightlight/issues/1
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
2022-12-11 17:27:53 -05:00
|
|
|
.ipynb*
|
2019-05-07 23:21:41 -07:00
|
|
|
|
2020-02-16 00:53:13 -07:00
|
|
|
# Pyenv
|
|
|
|
.python-version
|
|
|
|
|
2022-12-11 17:27:53 -05:00
|
|
|
# MyPy
|
|
|
|
.mypy_cache
|
|
|
|
|
|
|
|
# Pytest
|
|
|
|
.pytest_cache
|
|
|
|
|
2022-12-24 17:54:11 -05:00
|
|
|
# Ruff
|
|
|
|
.ruff_cache
|
|
|
|
|
2019-05-07 23:21:41 -07:00
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
env/
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
.eggs/
|
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
|
|
|
|
# PyInstaller
|
|
|
|
# Usually these files are written by a python script from a template
|
|
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
|
|
*.manifest
|
|
|
|
*.spec
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.coverage
|
|
|
|
.coverage.*
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
*,cover
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
|
|
|
assets/
|