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.
2 parents 85989e7 + 43d9b15 commit b2410e3Copy full SHA for b2410e3
1 file changed
.gitignore
@@ -1 +1,52 @@
1
+# Julia
2
+*.jl.cov
3
+*.jl.*.cov
4
+*.jl.mem
5
+deps/deps.jl
6
+deps/build.log
7
+deps/downloads/
8
+docs/build/
9
+docs/site/
10
+Manifest.toml
11
+
12
+# OS generated files
13
.DS_Store
14
+.DS_Store?
15
+._*
16
+.Spotlight-V100
17
+.Trashes
18
+ehthumbs.db
19
+Thumbs.db
20
21
+# Editor files
22
+.vscode/
23
+.idea/
24
+*.swp
25
+*.swo
26
+*~
27
28
+# Jupyter Notebook
29
+.ipynb_checkpoints
30
31
+# Environment files
32
+.env
33
+.env.local
34
35
+# Temporary files
36
+*.tmp
37
+*.temp
38
+*.log
39
40
+# Package build artifacts
41
+*.so
42
+*.dll
43
+*.dylib
44
45
+# Test coverage
46
+coverage/
47
+*.lcov
48
49
+# Local development
50
+scratch/
51
+experiments/
52
+sandbox/
0 commit comments