File: .gitignore

package info (click to toggle)
python-ase 3.21.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,936 kB
  • sloc: python: 122,428; xml: 946; makefile: 111; javascript: 47
file content (35 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (3)
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
*.pyc
doc/build/
/dist
MANIFEST
.DS_Store
*/.DS_Store
*.traj
/build
/ase.egg-info
/ase/db/static/jsmol
doc/ase/dft/bztable.rst
doc/tutorials/deltacodesdft/fit.json
doc/ase/io/formatoptions.rst

# Editor backup files
*~

# Ignore PyCharm settings
.idea/

# Ignore VS Code settings
.vscode/

# Vim swap files:
.*.sw?

# Translation template
ase/gui/po/ag.pot

# Pytest and code coverage:
.cache
.coverage
coverage-html

.mypy_cache