File: .gitignore

package info (click to toggle)
lmfit-py 1.3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,332 kB
  • sloc: python: 13,071; makefile: 130; sh: 30
file content (30 lines) | stat: -rw-r--r-- 350 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
*.pyc
*~
*#
doc/_build
doc/examples
examples/documentation
doc/*.pdf
doc/*.dat
doc/*.csv
doc/sg_execution_times.rst
doc/extensions.py
build
dist
lmfit.egg-info
sandbox/
*.swp
.idea/
.DS_Store
.ipynb_checkpoints/
.vscode/
doc/html
doc/*.sav
parameters.sav
tmpvoigt_modelresult.sav
examples/*.sav
.pytest*
*.coverage*
*htmlcov/*
.eggs
lmfit/version.py