forked from MDAnalysis/UserGuide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (48 loc) · 789 Bytes
/
.gitignore
File metadata and controls
53 lines (48 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.vagrant
notebooks/*.png
notebooks/*.svg
notebooks/*.pdf
notebooks/*.pdb
notebooks/*.ndx
tmp
doc/build
# Ignore Jupyter checkpoints
*.ipynb_checkpoints
# Ignore VSCode stuff
*.vscode
# Ignore vim files
*.sw[a-z]
# Ignore the .DS_Store file in the osx file system
*.DS_Store
# Ignore python bytecoded files
*.py[c|o]
*.[oa]
*~
*.bak
*.so
# ignore generated files
*.vmd
*.crd
*.dcd
*.xyz
*.pdb
*.trr
*.ndx
*.xtc
*.pkl
*.dat
*.dx
# example files
doc/source/examples/**/*.*
!doc/source/examples/conftest.py
!doc/source/examples/__init__.py
!doc/source/examples/**/*.ipynb
!doc/source/examples/**/*.rst
!doc/source/examples/**/*.gif
!doc/source/examples/**/*.png
# backup files
doc/source/examples/**/.*.ipynb
# ignore HOLE2 local install folder
hole2
# Ignore auto-generated tables
*.txt