forked from PySpice-org/PySpice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
100 lines (80 loc) · 2.2 KB
/
.gitignore
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
*.stderr
*.stdout
*/tex/auto
*~
__pycache__
du.log
parser.out
parsetab.py
####################################################################################################
#
MANIFEST
#
####################################################################################################
.cache/
.pytest_cache/
.tox/
PySpice.egg-info/
PySpice/__init__.py
build/
dist/
doc/sphinx/build/
doc/sphinx/source/api/
doc/sphinx/source/examples/
####################################################################################################
PySpice/Spice/notes.txt
PySpice/Spice/rf.diff
PySpice/Unit/numpy-notes.txt
TRASH/
devel-test/
devel/
doc/extern/
doc/sphinx/source/-to-be-removed.txt
doc/sphinx/source/_static/logo-square.png
doc/sphinx/source/_static/logo-v1.jpg
doc/sphinx/source/_static/logo-v1.png
doc/sphinx/source/_static/logo-v2.jpg
doc/sphinx/source/_static/logo-v2.png
doc/sphinx/source/_static/logo.png
doc/sphinx/source/_static/stargazer.png
doc/sphinx/source/project-links.txt-
example-test/
examples/diode/tex/auto/
examples/libraries/2N2907A.SP3.TXT
examples/libraries/2N6035.SP3
examples/libraries/2N6038.SP3
examples/libraries/Infineon-SimulationModel_OptiMOS_PowerMOSFET_PSpice_20V_Complementary-SM-v01_00-EN.zip
examples/libraries/Infineon-SimulationModel_OptiMOS_PowerMOSFET_PSpice_20V_N-Channel-SM-v01_00-EN.zip
examples/libraries/Infineon-SimulationModel_OptiMOS_PowerMOSFET_PSpice_20V_P-Channel-SM-v01_00-EN.zip
examples/libraries/S_AFBJT*
examples/libraries/S_bjtmir.lib
examples/power-supplies/notes/
examples/power-supplies/references/
examples/spice-parser/kicad-pyspice-example/kicad-pyspice-example.bak
issues/Tubemods/
issues/internal-parameters/
issues/multi-shared.py
issues/nazir/
issues/warning-example/
make-examples-log.txt
ngspice-build
ngspice-shared/log
ngspice-shared/sharedspice.h
notes/
open-doc.sh
resources
rsync-vps.sh
spice-examples/eg6.dat
spice-examples/gnucap.cir
spice-examples/mosfet-characterization.cir
spice-examples/ring-modulator.cir
spice-examples/xyce-error.cir
spice-examples/xyce-error.cir.FD.prn
spice-examples/xyce-raw.data
spice-examples/xyce-test.cir
spice-examples/xyce-test2.cir
spice-examples/xyce-test2.csv
tools/run-tox
tools/upload-www
trash/
unit-test/test.py