1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 11:44:21 +01:00

Added template for sypder projects

This commit is contained in:
Rishit Dagli 2020-05-11 12:43:06 +05:30 committed by GitHub
parent 07b3cd7a90
commit 27e31a2d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/