78a61c2501
That file doesn't need to be visible for it to work
47 linhas
568 B
Plaintext
47 linhas
568 B
Plaintext
# Compiled python files
|
|
*.py[oc]
|
|
|
|
# gedit files
|
|
*~
|
|
|
|
# Notepad++ files
|
|
nppBackup/
|
|
|
|
# Pytest dirs/files
|
|
.pytest_cache/
|
|
|
|
# Special dirs and files
|
|
installers/Windows/assets/
|
|
build/
|
|
dist/
|
|
bin/
|
|
*.egg-info/
|
|
Thumbs.db
|
|
desktop.ini
|
|
.DS_Store/
|
|
spyder_crash.log
|
|
.DS_Store
|
|
.spyproject
|
|
.idea/
|
|
.cache
|
|
.coverage*
|
|
MANIFEST
|
|
.boot_branch.txt
|
|
|
|
# git .orig files
|
|
*.orig
|
|
|
|
# log files
|
|
*.log
|
|
|
|
# Rope project folders
|
|
.ropeproject/
|
|
.vscode/
|
|
result.xml
|
|
|
|
# Pylint dirs/files
|
|
.pylint.d/
|
|
|
|
# Ignore setuptools development files in the PyLS subrepo
|
|
external-deps/python-lsp-server/.installation-dir/
|