.gitignore
1.26 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
.DS_Store
/venv*/
.mypy_cache
__pycache__
*.pyc
*.py.bak
vendor/*
!vendor/README.txt
BASE_TEMPLATE_UNLOGGED.HTML
BASE_TEMPLATE.HTML
# Ignore all PNG files except from src/doc/ and src/core/pyros_django/misc/static/media/
*.png
!/config/pyros/*.png
!src/doc/*.png
!src/core/pyros_django/misc/static/media/*.png
*.swp
/.settings/
#/.pydevproject
#src/images/*_*
#src/alert_manager/twistd*
#src/db.sqlite3
#src/common/migrations/0*
#src/common/migrations_LOCAL/0*
#src/monitoring/plc_config.json
# LOGS
/config/logs/*
/config/old_config/logs/*
/logs/*
# IDE settings :
# - VS:
.vscode/*
# - Eclipse:
.pydevproject
#.idea
.idea/workspace.xml
/.idea/workspace.xml
images_folder
Comet/
old/
\.idea/
out.*
OLD/*
*_OLD*
*_ORIG*
*.ORIG
TMP/*
client.log
docker/*.env
# Agents data
# Ignore everthing outside of README.md
data/*
!data/README.md
private/*
privatedev/config/*/history/
privatedev/config/*/obsconfig.p
src/core/pyros_django/obsconfig/fixtures/obsconfig.p
src/core/pyros_django/obsconfig/fixtures/history/*
src/core/pyros_django/sequences_pickle/
src/core/guitastro
# Token file created by pyros_api.py
TOKEN
# test_import_seq file for testing import sequence
src/core/pyros_django/misc/fixtures/tests/test_import_seq.yml
# EP perso
*.copy
*.modif
*.modif.*
*.moi
*.moi.*