2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-05 01:36:39 +08:00
artiq/.gitignore
Robert Jordens f14fed5912 examples: add an IPython notebook showcase
This is a small example on how to use the artiq functionality in
an IPython notebook. This can be expanded and provides a much more
powerful shell than the one integrated in the GUI. Potentially,
some shared functionality between this and artiq_client could be
factored out.
2016-01-30 18:56:28 -07:00

34 lines
495 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/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:
/device_db.pyon
/dataset_db.pyon
/results
/h5types.h5
/test*.py