github.com/fthrvi/nakshatra
.gitignore
1# Byte-compiled / optimized / DLL files2__pycache__/3*.py[cod]4*$py.class56# C extensions7*.so89# Distribution / packaging10.Python11build/12develop-eggs/13dist/14downloads/15eggs/16.eggs/17lib64/18parts/19sdist/20var/21wheels/22pip-wheel-metadata/23share/python-wheels/24*.egg-info/25.installed.cfg26*.egg27MANIFEST2829# PyInstaller30# Usually these files are written by a python script from a template31# before PyInstaller builds the exe, so as to inject date/other infos into it.32*.manifest33*.spec3435# Installer logs36pip-log.txt37pip-delete-this-directory.txt3839# Unit test / coverage reports40htmlcov/41.tox/42.nox/43.coverage44.coverage.*45.cache46nosetests.xml47coverage.xml48*.cover49*.py,cover50.hypothesis/51.pytest_cache/5253# Translations54*.mo55*.pot5657# Django stuff:58*.log59local_settings.py60db.sqlite361db.sqlite3-journal6263# Flask stuff:64instance/65.webassets-cache6667# Scrapy stuff:68.scrapy6970# Sphinx documentation71docs/_build/7273# PyBuilder74target/7576# Jupyter Notebook77.ipynb_checkpoints7879# IPython80profile_default/81ipython_config.py8283# pyenv84.python-version8586# pipenv87# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.88# However, in case of collaboration, if having platform-specific dependencies or dependencies89# having no cross-platform support, pipenv may install dependencies that don't work, or not90# install all needed dependencies.91#Pipfile.lock9293# PEP 582; used by e.g. github.com/David-OConnor/pyflow94__pypackages__/9596# Celery stuff97celerybeat-schedule98celerybeat.pid99100# SageMath parsed files101*.sage.py102103# Environments104.env105.venv106env/107venv/108ENV/109env.bak/110venv.bak/111112# Spyder project settings113.spyderproject114.spyproject115116# Rope project settings117.ropeproject118119# mkdocs documentation120/site121122# mypy123.mypy_cache/124.dmypy.json125dmypy.json126127# Pyre type checker128.pyre/129130.idea/131132# Track experiment artifacts (the empirical record), even though *.log is otherwise ignored.133!experiments/**/*.log134