-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (32 loc) · 864 Bytes
/
.gitignore
File metadata and controls
41 lines (32 loc) · 864 Bytes
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
# Ignore downloaded tutorial data to prevent slow push
tutorials/QuDiPy tutorial data/
QuDiPy tutorial data/
QuDiPy data/
# ignore code under development
qudipy/
# ignore pickled binary data files
*.pkl
# ignore vs code workspaces
qudipy.code-workspace
**/.vscode/*
*.ipynb_checkpoints
animation_plot/
testing.py
test.py
# Ignore directory with figures for either debugging or presentations
figures/
# I use tutorials/test.py for testing purposes and don't want it tracked
tutorials/test.py
# I sometimes use the cProfile package in tutorial/test.py for code optimization
# This generates output.dat, output_calls.txt, output_time.txt
tutorials/output.dat
tutorials/output_calls.txt
tutorials/output_time.txt
tutorials/qudipy
test_buddy*.py
*code-workspace
# Ignore any text file that contains alternate simulator names
names.txt
*.pyc
__pycache__/
*.csv