File: .gitignore

package info (click to toggle)
python-qmix 1.0.6-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,460 kB
  • sloc: python: 4,312; makefile: 215
file content (36 lines) | stat: -rw-r--r-- 391 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
32
33
34
35
36
.cache
.coverage
.coveralls.yml
.DS_Store
.idea
.ipynb_checkpoints
.pytest_cache
.ropeproject

*.lprof
*.pdf
*.pgf
*.png
*.py.bak
*.pyc

qmix/exp/hfss_data.py

bin/
misc/ 
my-projects/
old/
speed/

build/
dist/
htmlcov/
QMix.egg-info/
__pycache__/
.eggs/

docs/source/analyze-experimental-data.ipynb
docs/source/multi-tone-simulation.ipynb
docs/source/single-tone-simulation.ipynb

Makefile