d5f7c3dda6f4eb7f284b438e82e98676921b7ec3
[it/otf.git] / otf-robot-test-head / .gitignore
1 # Application-specific stuff\r
2 files/\r
3 temp/\r
4 opt/cert/*.pem\r
5 *.log\r
6 \r
7 envScript.sh\r
8 \r
9 # Created by https://www.gitignore.io/api/python,pycharm\r
10 # Edit at https://www.gitignore.io/?templates=python,pycharm\r
11 \r
12 ### PyCharm ###\r
13 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm\r
14 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839\r
15 \r
16 # User-specific stuff\r
17 .idea/**/workspace.xml\r
18 .idea/**/tasks.xml\r
19 .idea/**/usage.statistics.xml\r
20 .idea/**/dictionaries\r
21 .idea/**/shelf\r
22 \r
23 # Generated files\r
24 .idea/**/contentModel.xml\r
25 \r
26 # Sensitive or high-churn files\r
27 .idea/**/dataSources/\r
28 .idea/**/dataSources.ids\r
29 .idea/**/dataSources.local.xml\r
30 .idea/**/sqlDataSources.xml\r
31 .idea/**/dynamic.xml\r
32 .idea/**/uiDesigner.xml\r
33 .idea/**/dbnavigator.xml\r
34 \r
35 # Gradle\r
36 .idea/**/gradle.xml\r
37 .idea/**/libraries\r
38 \r
39 # Gradle and Maven with auto-import\r
40 # When using Gradle or Maven with auto-import, you should exclude module files,\r
41 # since they will be recreated, and may cause churn.  Uncomment if using\r
42 # auto-import.\r
43 # .idea/modules.xml\r
44 # .idea/*.iml\r
45 # .idea/modules\r
46 \r
47 # CMake\r
48 cmake-build-*/\r
49 \r
50 # Mongo Explorer plugin\r
51 .idea/**/mongoSettings.xml\r
52 \r
53 # File-based project format\r
54 *.iws\r
55 \r
56 # IntelliJ\r
57 out/\r
58 \r
59 # mpeltonen/sbt-idea plugin\r
60 .idea_modules/\r
61 \r
62 # JIRA plugin\r
63 atlassian-ide-plugin.xml\r
64 \r
65 # Cursive Clojure plugin\r
66 .idea/replstate.xml\r
67 \r
68 # Crashlytics plugin (for Android Studio and IntelliJ)\r
69 com_crashlytics_export_strings.xml\r
70 crashlytics.properties\r
71 crashlytics-build.properties\r
72 fabric.properties\r
73 \r
74 # Editor-based Rest Client\r
75 .idea/httpRequests\r
76 \r
77 # Android studio 3.1+ serialized cache file\r
78 .idea/caches/build_file_checksums.ser\r
79 \r
80 ### PyCharm Patch ###\r
81 # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721\r
82 \r
83 # *.iml\r
84 # modules.xml\r
85 # .idea/misc.xml\r
86 # *.ipr\r
87 \r
88 # Sonarlint plugin\r
89 .idea/sonarlint\r
90 \r
91 ### Python ###\r
92 # Byte-compiled / optimized / DLL files\r
93 __pycache__/\r
94 *.py[cod]\r
95 *$py.class\r
96 \r
97 # C extensions\r
98 *.so\r
99 \r
100 # Distribution / packaging\r
101 .Python\r
102 build/\r
103 develop-eggs/\r
104 dist/\r
105 downloads/\r
106 eggs/\r
107 .eggs/\r
108 lib/\r
109 lib64/\r
110 parts/\r
111 sdist/\r
112 var/\r
113 wheels/\r
114 share/python-wheels/\r
115 *.egg-info/\r
116 .installed.cfg\r
117 *.egg\r
118 MANIFEST\r
119 \r
120 # PyInstaller\r
121 #  Usually these files are written by a python script from a template\r
122 #  before PyInstaller builds the exe, so as to inject date/other infos into it.\r
123 *.manifest\r
124 *.spec\r
125 \r
126 # Installer logs\r
127 pip-log.txt\r
128 pip-delete-this-directory.txt\r
129 \r
130 # Unit test / coverage reports\r
131 htmlcov/\r
132 .tox/\r
133 .nox/\r
134 .coverage\r
135 .coverage.*\r
136 .cache\r
137 nosetests.xml\r
138 coverage.xml\r
139 *.cover\r
140 .hypothesis/\r
141 .pytest_cache/\r
142 \r
143 # Translations\r
144 *.mo\r
145 *.pot\r
146 \r
147 # Django stuff:\r
148 *.log\r
149 local_settings.py\r
150 db.sqlite3\r
151 \r
152 # Flask stuff:\r
153 instance/\r
154 .webassets-cache\r
155 \r
156 # Scrapy stuff:\r
157 .scrapy\r
158 \r
159 # Sphinx documentation\r
160 docs/_build/\r
161 \r
162 # PyBuilder\r
163 target/\r
164 \r
165 # Jupyter Notebook\r
166 .ipynb_checkpoints\r
167 \r
168 # IPython\r
169 profile_default/\r
170 ipython_config.py\r
171 \r
172 # pyenv\r
173 .python-version\r
174 \r
175 # celery beat schedule file\r
176 celerybeat-schedule\r
177 \r
178 # SageMath parsed files\r
179 *.sage.py\r
180 \r
181 # Environments\r
182 .env\r
183 .venv\r
184 env/\r
185 venv/\r
186 ENV/\r
187 env.bak/\r
188 venv.bak/\r
189 \r
190 # Spyder project settings\r
191 .spyderproject\r
192 .spyproject\r
193 \r
194 # Rope project settings\r
195 .ropeproject\r
196 \r
197 # mkdocs documentation\r
198 /site\r
199 \r
200 # mypy\r
201 .mypy_cache/\r
202 .dmypy.json\r
203 dmypy.json\r
204 \r
205 # Pyre type checker\r
206 .pyre/\r
207 \r
208 ### Python Patch ###\r
209 .venv/\r
210 \r
211 # End of https://www.gitignore.io/api/python,pycharm\r