haldis/.gitignore

81 lines
905 B
Plaintext
Raw Normal View History

2020-09-18 17:54:00 +00:00
menus/
2015-03-31 18:14:29 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
2018-03-08 22:22:07 +00:00
*.pyc
2015-03-31 18:14:29 +00:00
2019-10-01 15:59:59 +00:00
# Static type checker cache
.mypy_cache/
2015-03-31 18:14:29 +00:00
# C extensions
*.so
# Distribution / packaging
.Python
env/
venv/
2015-03-31 18:14:29 +00:00
build/
develop-eggs/
dist/
downloads/
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 reportshtmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# PyCharm
.idea/
2018-03-08 23:58:53 +00:00
.vscode/
2015-03-31 18:14:29 +00:00
# ConfigFile
app/config.py
# Do not add database file
2015-03-31 18:14:29 +00:00
*.db
2019-12-06 16:46:54 +00:00
*.sqlite
2015-03-31 18:38:55 +00:00
tmp/
2019-12-05 20:10:45 +00:00
<<<<<<< HEAD
2019-11-19 17:32:48 +00:00
.tern-port
2019-12-05 19:38:07 +00:00
# Do not add scss cache
2020-07-17 11:17:53 +00:00
.sass-cache
2019-12-05 19:38:07 +00:00
*.sass-cache