mirror of https://github.com/m-labs/artiq.git
36 lines
541 B
Plaintext
36 lines
541 B
Plaintext
__pycache__/
|
|
*.o
|
|
*.d
|
|
*.a
|
|
*.so
|
|
*.bin
|
|
*.elf
|
|
*.fbi
|
|
.ipynb_checkpoints
|
|
/doc/manual/_build
|
|
/build
|
|
/dist
|
|
/*.egg-info
|
|
/.coverage
|
|
/artiq/test/lit/*/Output/
|
|
/artiq/binaries
|
|
/misoc_*/
|
|
|
|
/artiq/test/results
|
|
/artiq/test/h5types.h5
|
|
/examples/master/results
|
|
/examples/master/last_rid.pyon
|
|
/examples/master/dataset_db.pyon
|
|
/examples/sim/results
|
|
/examples/sim/dataset_db.pyon
|
|
|
|
# recommended location for testbed
|
|
/run
|
|
# alternatively, when testing ad-hoc experiments at the root:
|
|
/results
|
|
/last_rid.pyon
|
|
/dataset_db.pyon
|
|
/device_db.pyon
|
|
/h5types.h5
|
|
/test*.py
|