We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077741c commit e404570Copy full SHA for e404570
.gitignore
@@ -0,0 +1,42 @@
1
+# Autogenerated files
2
+aurora/_version.py
3
+
4
+# Byte-compiled files
5
+*.pyc
6
7
+# Virtual environments
8
+venv
9
+.tox
10
11
+# Packaging
12
+*.egg-info
13
+dist
14
+pip-wheel-metadata
15
16
+# Notebook checkpoints
17
+.ipynb_checkpoints
18
19
+# Documentation and coverage
20
+docs/_build
21
+docs/_static
22
+docs/source
23
+docs/readme.rst
24
+.coverage
25
+cover
26
+htmlcov
27
28
+# Other
29
+.DS_Store
30
+*.swp
31
+.envrc
32
33
+# Hydra
34
+outputs/
35
36
+# Slurm
37
+slurm-*
38
39
+# Wandb
40
+wandb/
41
42
+dataset/
0 commit comments