meanas/.gitignore

70 lines
760 B
Plaintext
Raw Normal View History

2016-04-13 04:05:08 -07:00
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# 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
2019-11-24 23:48:59 -08:00
# documentation
doc/
2016-04-13 04:05:08 -07:00
# PyBuilder
target/
2016-05-30 22:30:45 -07:00
.idea/
2020-06-11 19:28:37 -07:00
.mypy_cache/
2019-11-24 23:54:24 -08:00
2019-11-25 00:05:54 -08:00
.*.sw[op]
2020-02-19 18:42:06 -08:00
*.svg
*.html