Browse Source

Added template for sypder projects

pull/3403/head
Rishit Dagli 4 years ago
parent
commit
27e31a2d1f
No account linked to committer's email address
1 changed files with 40 additions and 0 deletions
  1. 40
    0
      community/Python/Spyder.gitignore

+ 40
- 0
community/Python/Spyder.gitignore View File

@@ -0,0 +1,40 @@
# Compiled python files
*.py[oc]

# gedit files
*~

# Notepad++ files
nppBackup/

# Pytest dirs/files
.pytest_cache/

# Special dirs and files
build/
dist/
bin/
spyder.egg-info/
spyder_crash.log
.spyproject
.idea/
.cache
.coverage*
MANIFEST

# 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-language-server/python_language_server.egg-info/

Loading…
Cancel
Save