Authenticator/.gitignore

74 lines
851 B
Text
Raw Normal View History

2016-05-24 17:13:41 +02:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
tags
2016-05-24 17:13:41 +02:00
# C extensions
*.so
# Distribution / packaging
builddir/
2016-05-24 17:13:41 +02:00
.Python
2016-05-30 05:49:20 +02:00
.idea/
2016-05-24 17:13:41 +02:00
env/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
2016-06-02 23:12:05 +02:00
m4/
autom4te.cache/
2016-05-24 17:13:41 +02:00
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
.hypothesis/
# Translations
*.mo
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
# PyBuilder
target/
#Ipython Notebook
.ipynb_checkpoints
2016-06-02 23:12:05 +02:00
2017-09-16 14:15:40 +02:00
2016-06-23 01:01:44 +02:00
*.valid
*.compiled
*.desktop
*.gresource
*.ui~
2017-09-16 14:15:40 +02:00
.vscode/