Authenticator/.gitignore

86 lines
968 B
Text
Raw Normal View History

2016-05-24 17:13:41 +02:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
2018-03-16 04:12:49 +01:00
.flatpak-builder/
authenticator/
tags
2016-05-24 17:13:41 +02:00
# C extensions
*.so
2018-03-16 04:12:49 +01:00
*.po~
2018-03-16 14:08:25 +01:00
test/
.auth/
auth/
2018-09-11 18:17:22 +02:00
_build/
*.ui#
2016-05-24 17:13:41 +02:00
# 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/
2018-09-23 10:36:52 +00:00
*.py~
*.md~
*.css~
*.in~
*.gitignore~
*.build~