File: .gitignore

package info (click to toggle)
sasmodels 1.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,444 kB
  • sloc: python: 26,150; ansic: 8,036; makefile: 150; sh: 50
file content (31 lines) | stat: -rw-r--r-- 507 bytes parent folder | download
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
/build/
/dist/
/logs/
/*.csv
*.pyc
*.cl
*.def
*.so
*.obj
__pycache__
/doc/_build/
/doc/api/
/doc/model/
/doc/guide/models
/pylint_violations.txt
/coverage.xml
/.mplconfig
/.coverage
/.project
/.pydevproject
/.idea
/sasmodels.egg-info/
/example/Fit_*/
/example/batch_fit.csv
# Note: changes to gauss20, gauss76 and gauss150 are still tracked since they
# are part of the repo and required by some models.
/sasmodels/models/lib/gauss*.c
sasmodels/_version.py

# Local pre-commit hooks
.pre-commit-config.yaml