forked from pEp.foundation/pEpPythonAdapter
parent
4530cf00f3
commit
b5e4aee667
@ -1,31 +1,50 @@
|
||||
syntax: glob
|
||||
|
||||
# Build config
|
||||
local.conf
|
||||
*.swp
|
||||
ws
|
||||
tags
|
||||
.DS_Store
|
||||
pEp.egg-info
|
||||
dist
|
||||
build
|
||||
.pythonhist
|
||||
.gnupg
|
||||
.lldb
|
||||
.pEp_management.db*
|
||||
.python_history
|
||||
__pycache__
|
||||
test/Laptop
|
||||
test/Library
|
||||
test/Phone
|
||||
test/TestInbox
|
||||
test/Backup
|
||||
test/lib
|
||||
test/imap_settings.py
|
||||
venv
|
||||
launch.json
|
||||
settings.json
|
||||
# Default ignored files
|
||||
|
||||
# Python artifacts
|
||||
/build/
|
||||
/dist/
|
||||
__pycache__/
|
||||
*.py[co]
|
||||
/.tox
|
||||
.pytest_cache
|
||||
/venv/
|
||||
/_venv/
|
||||
*.egg-info/
|
||||
/*.egg-link
|
||||
/*.egg
|
||||
/.eggs/
|
||||
/pip-wheel-metadata/
|
||||
|
||||
# file generated by setuptools_scm
|
||||
/src/pEp/__version__.py
|
||||
|
||||
# Doc artifacts
|
||||
/docs/build/
|
||||
|
||||
# Test artifacts
|
||||
/test/Laptop
|
||||
/test/Library
|
||||
/test/Phone
|
||||
/test/TestInbox
|
||||
/test/Backup
|
||||
/test/lib
|
||||
/test/imap_settings.py
|
||||
|
||||
# Editor artifacts and config
|
||||
.idea/
|
||||
docs/build/
|
||||
.eggs
|
||||
.tox
|
||||
*~
|
||||
.\#*
|
||||
\#*#
|
||||
*.swp
|
||||
.idea
|
||||
.spyproject
|
||||
*.code-workspace
|
||||
|
||||
# platform artifacts
|
||||
.DS_store
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in new issue