2019-10-27 04:53:40 +01:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
|
|
|
|
|
|
|
# vi swap files
|
|
|
|
.*.sw?
|
|
|
|
|
|
|
|
# Distribution / packaging / virtualenv
|
|
|
|
.Python
|
|
|
|
env/
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
.eggs/
|
2019-10-29 02:54:51 +01:00
|
|
|
lib64
|
|
|
|
lib
|
|
|
|
var/
|
2019-10-27 04:53:40 +01:00
|
|
|
include/
|
|
|
|
bin/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
pyvenv.cfg
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
pip-selfcheck.json
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# Allow RPM SPEC files despite pyInstaller ignore
|
|
|
|
!packaging/redhat/*.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
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
|
|
|
|
|
|
|
#Ipython Notebook
|
|
|
|
.ipynb_checkpoints
|
|
|
|
|
|
|
|
#PyCharm
|
|
|
|
.idea
|
|
|
|
|
|
|
|
# Apprise Gateway Variable/Test Configuration
|
|
|
|
apprise_gw/var/*
|