You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
296 B
27 lines
296 B
.DS_Store
|
|
# Vim temp files, etc
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|
|
*~
|
|
#vim pymode
|
|
.ropeproject
|
|
# Notepad++ backups #
|
|
*.bak
|
|
.ropeproject/
|
|
# exclude python byte code
|
|
*.pyc
|
|
*.idea
|
|
*.pyo
|
|
_book
|
|
*.retry
|
|
test*.xml
|
|
**/.DS_Store
|
|
.vscode
|
|
**/*.xml
|
|
.pytest_cache
|
|
version.txt
|
|
env
|