voipms-python/.gitignore

49 lines
461 B
Plaintext
Raw Permalink Normal View History

2019-08-18 02:02:44 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.pyc
2019-09-09 06:08:25 +00:00
*.swp
2019-08-18 02:02:44 +00:00
2019-08-18 02:34:44 +00:00
# Installer logs
pip-log.txt
2019-08-18 02:02:44 +00:00
# Distribution / packaging
2019-08-18 02:34:44 +00:00
dist
build
eggs
parts
bin
develop-eggs
2019-08-18 02:02:44 +00:00
.installed.cfg
2019-08-18 02:34:44 +00:00
scratch
env
venv*
wheels
lib
lib64
share
pyvenv.cfg
2019-09-03 21:04:43 +00:00
*.egg-info
2019-09-09 06:08:25 +00:00
man
include
2020-03-17 02:58:09 +00:00
credentials.py
2019-08-18 02:02:44 +00:00
# Unit test / coverage reports
.coverage
.pytest_cache/
2019-08-18 02:34:44 +00:00
.tox
.DS_Store
#htmlcov
htmlcov*
2019-08-18 02:02:44 +00:00
# pyenv
.python-version
# Visual Studio Code
2019-09-09 06:08:25 +00:00
.vscode/
# Development
templates/