-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
100 lines (83 loc) · 1.29 KB
/
.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
89
90
91
92
93
94
95
96
97
98
99
100
# Compiler artifacts
*.pyc
*.pyo
*.tokens
*.class
*.orig
*.cfc
__pycache__
# Pydev
.project
.pydevproject
.settings
# Vim et al
*.swp
*~
# Vscode
.vscode
# Pycharm
.idea
# Profiler
run.profile
prof
# Packaging
dist
build
*.egg-info
MANIFEST
.eggs/*
pip-wheel-metadata
# Test runs
*.log
tests/.coverage
.tox
junit*.xml
.pytest_cache
coverage.xml
# Generated
src/*/parser/parser.out
src/*/parser/parsetab.py
# Venv
.env
# Inmanta Release Tool
docs/reference/modules
docs/moduleguides
docs/inmanta.pdf
docs/_static/*.pdf
docs/_static/*.png
!docs/_static/architecture.png
!docs/_static/inmanta-logo.png
docs/lsm/*.png
docs/lsm/*.pdf
docs/model_developers/images/*.png
docs/model_developers/images/*.pdf
!docs/model_developers/images/dataflow_graphic_service.png
# Mypy
.mypy
.mypy_cache
mypy
types
mypy.xml
mypy_output.txt
coverage
.mypy-baseline
.mypy-tmp
# flake8
flake8-report.txt
# Duplicate Files for text_common package, copied by tests_common/copy_files_from_core.py
tests_common/src/inmanta_tests/conftest.py
tests_common/src/inmanta_tests/data/*
tests_common/src/inmanta_tests/utils.py
tests_common/src/inmanta_tests/db/*
# ??
build-result
/env/
.cache
.coverage
.coverage*
_build
logs
# Documentation
docs/reference/openapi.json
# Ignore modules_v2 python package repo cache
tests/data/modules_v2.cache