44 lines
503 B
Plaintext
44 lines
503 B
Plaintext
|
syntax: glob
|
||
|
|
||
|
# ### Project specific ###
|
||
|
.ipynb_checkpoints/
|
||
|
_build/
|
||
|
|
||
|
# ### Project independed ###
|
||
|
|
||
|
# Mercurial
|
||
|
*.orig
|
||
|
|
||
|
# Maven
|
||
|
release.properties
|
||
|
target/
|
||
|
|
||
|
# IntelliJ IDEA
|
||
|
.idea/
|
||
|
*.iml
|
||
|
|
||
|
# Eclipse
|
||
|
.settings/*.**
|
||
|
.classpath
|
||
|
.project
|
||
|
|
||
|
# Netbeans
|
||
|
nb-configuration.xml
|
||
|
nbactions.xml
|
||
|
nbproject
|
||
|
|
||
|
# VisualStudio Code
|
||
|
.vscode/
|
||
|
|
||
|
# Temporary files used by the vim editor.
|
||
|
.*.swp
|
||
|
# Backup files left behind by the Emacs editor.
|
||
|
*~
|
||
|
# Lock files used by the Emacs editor.
|
||
|
.\#*
|
||
|
|
||
|
# Random OS stuff
|
||
|
.DS_Store
|
||
|
Thumbs.db
|
||
|
|