You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
469 B
37 lines
469 B
2 years ago
|
syntax: glob
|
||
|
|
||
|
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/
|
||
|
build-windows/Debug/
|
||
|
build-windows/Release/
|
||
|
build-windows/packages/
|
||
|
build-windows/.vs/
|
||
|
build-windows/pEpPythonAdapter.vcxproj.*
|
||
|
launch.json
|
||
|
settings.json
|
||
|
# Default ignored files
|
||
|
.idea/
|
||
|
docs/build/
|
||
|
.eggs/
|
||
|
.tox/
|