Blame view

.gitignore 232 Bytes
0c45380b   Goutte   Add the gitignore...
1
2
3
# Local configuration
secret.yml

9a630b01   Goutte   Add the VISITS co...
4
# Local files
a4a9ef03   Goutte   Cache generated C...
5
cache/*
20fdc1a4   Goutte   Set log level fro...
6
web/run.log
a4a9ef03   Goutte   Cache generated C...
7

0c45380b   Goutte   Add the gitignore...
8
9
10
11
12
13
14
15
16
17
18
# Dolphin
.directory

# Jetbrains
.idea/*

# Apple
.DS_Store

# Python
*.pyc
5533319e   hitier   Git ignore run files
19
20
21
22
venv/*

# App
VISITS
7a4c55f2   hitier   More notebooks
23
.ipynb_checkpoints/
7b3d3593   hitier   Move inputs confi...
24
config.yml
5fb92534   hitier   More documentation
25
26
compose.override.yaml
compose.env