File: .gitignore

package info (click to toggle)
python-chemspipy 2.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: python: 1,123; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
__pycache__/
*.py[cod]
/docs/_build/
/dist/
*.egg-info/
.coverage
.coverage.*
.cache
.pytest_cache/
.ipynb_checkpoints
.idea/