-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (36 loc) · 803 Bytes
/
.gitignore
File metadata and controls
50 lines (36 loc) · 803 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
41
42
43
44
45
46
47
48
49
50
# Julia artifacts
*.jl.cov
*.jl.mem
# Files generated by invoking Julia with --code-coverage
*.cov
*.cov.*
# Files generated by invoking Julia with --track-allocation
*.mem
# System-specific files
.DS_Store
Thumbs.db
# Files generated by the Julia package manager, Pkg
Manifest.toml
Pkg.status
deps/deps.jl
# Build artifacts
build/
# Directory for julia artifacts created during the package development process
.julia/
# Backup files created by the Julia language server
*.bak
# Files generated by Jupyter Notebook
.ipynb_checkpoints/
*.ipynb
# VS Code settings
.vscode/
# Some packages generate their own project file, which should not be checked in
Project.toml.orig
# Binary artifacts for precompilation
*.ji
# REPL history file
.julia_history
# Direnv directory
.envrc
.direnv/
debug/