generated from norlab-ulaval/template-norlab-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (37 loc) · 1.63 KB
/
.gitignore
File metadata and controls
50 lines (37 loc) · 1.63 KB
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
# ....Jetbrains AI.................................................................................
/.junie/ai_ignored/scratch.md
/.junie/ai_artifact/
# ====Dockerized-NorLab============================================================================
# ....DNA common...................................................................................
**/.dockerized_norlab/dn_container_env_variable/.env*
/.env.dockerized-norlab-project.local
**/artifact/*
**/data/external_data/*
**/data/shared_data/*
# ....Dev required.................................................................................
/utilities/tmp/dockerized-norlab-project-mock/
**/.env.dna-internal.local
!**/.dockerized_norlab/dn_container_env_variable/README.md
!**/data/**/README.md
!**/artifact/**/README.md
# ====Common=======================================================================================
# ....Jetbrains....................................................................................
.idea/
*.iml
# ....Jetbrains AI.................................................................................
/.junie/iceboxed_plans/
/.junie/scratch.md
!/.junie/
# ....VM...........................................................................................
**/.vagrant/
# ....Python related...............................................................................
**/.pytest_cache/
**/.benchmarks
**/__pycache__
**/*.pyc
# ....Log..........................................................................................
**/out/
**/*.out
**/*.log
# ....OS...........................................................................................
**/.DS_Store