forked from DIRACGrid/DIRAC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
88 lines (73 loc) · 980 Bytes
/
.gitignore
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
87
88
# Python
*.py[cod]
# C extensions
*.so
var
sdist
lib
lib64
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
develop-eggs
.installed.cfg
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
# Eclipse
.project
.pydevproject
.pyproject
.settings
.metadata
# Vim
.*.sw[a-z]
*.un~
Session.vim
# Emacs
*~
# Intellij
.idea/
DIRAC.iml
# MaxOSX files
.DS_Store
# test stuff
.pytest_cache
.cache
cache.db
__pycache__
pytests.xml
nosetests.xml
coverage.xml
Local_*
.hypothesis
virtualmachine/.vagrant/
integration_test_results/
tests/CI/CLIENTCONFIG
tests/CI/SERVERCONFIG
src/etc/
pilot.cfg
DIRAC_containers
docs/source/dirac.cfg
# VSCode
.vscode
.env
# docs
# this is auto generated
docs/source/CodeDocumentation/
docs/source/AdministratorGuide/Configuration/ExampleConfig.rst
docs/source/AdministratorGuide/CommandReference
docs/source/UserGuide/CommandReference
docs/_build
docs/source/_build