voipms-python/.gitignore

41 lines
393 B
Plaintext
Raw Normal View History

2019-08-18 02:02:44 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
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-08-18 02:02:44 +00:00
# Unit test / coverage reports
.coverage
.pytest_cache/
2019-08-18 02:34:44 +00:00
.tox
test.py
.DS_Store
#htmlcov
htmlcov*
2019-08-18 02:02:44 +00:00
# pyenv
.python-version
# Visual Studio Code
2019-08-18 02:34:44 +00:00
.vscode/