https://github.com/spyder-ide/spyder
Raw File
Tip revision: 93124668b38ce2aea5c7c4d2cd8f7ac9569281c1 authored by dalthviz on 18 January 2023, 21:16:10 UTC
Release 4.5.2
Tip revision: 9312466
.gitignore
# 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/
back to top