change gitignore
This commit is contained in:
parent
87b3e3b029
commit
7bdae7fbb8
|
|
@ -9,6 +9,7 @@ modules/module_3_8_bit_SAR_ADC/part_2_digital_comps/bootstrap_switch/python/
|
||||||
*.dat.ngspice
|
*.dat.ngspice
|
||||||
*.dat
|
*.dat
|
||||||
*.txt
|
*.txt
|
||||||
|
!requirements.txt
|
||||||
*.npy
|
*.npy
|
||||||
*.so
|
*.so
|
||||||
*.out
|
*.out
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
# Core packages
|
||||||
|
matplotlib
|
||||||
|
numpy
|
||||||
|
ipywidgets
|
||||||
|
|
||||||
|
# Optional for running in JupyterLab
|
||||||
|
jupyterlab
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
pandas
|
||||||
|
numpy
|
||||||
|
matplotlib
|
||||||
|
scienceplots
|
||||||
|
jupyterlab
|
||||||
Loading…
Reference in New Issue