mirror of
https://github.com/github/gitignore.git
synced 2025-04-05 03:39:01 +08:00
Merge 27e31a2d1fa571c3590d89e427af37bcb1383544 into 86d1826a9f3daf4744e7229a26187f81c081744c
This commit is contained in:
commit
b099eb22fa
40
community/Python/Spyder.gitignore
Normal file
40
community/Python/Spyder.gitignore
Normal 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…
x
Reference in New Issue
Block a user