apprise-api/.gitignore
2019-10-27 11:12:44 -04:00

71 lines
932 B
Plaintext

# 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/
lib64/
lib/
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/*