blob: fe9747d26c8946127217da7372e12adbc2e31f3e [file] [log] [blame]
Matteo Scandolo564009f2019-01-16 14:11:02 -08001# IDEs artifacts
2.idea
3
Zack Williams821c5022020-01-15 15:11:46 -07004# Virtual
5venv_cord
Matteo Scandolo564009f2019-01-16 14:11:02 -08006
Zsolt Haraszti6e065042016-02-19 14:06:06 -08007# Byte-compiled / optimized / DLL files
8__pycache__/
9*.py[cod]
10
11# C extensions
12*.so
13
14# Distribution / packaging
15.Python
16env/
17build/
18develop-eggs/
19dist/
20downloads/
21eggs/
22.eggs/
23lib/
24lib64/
25parts/
26sdist/
27var/
28*.egg-info/
29.installed.cfg
30*.egg
Zack Williams821c5022020-01-15 15:11:46 -070031cord-robot/CORDRobot/VERSION
Zsolt Haraszti6e065042016-02-19 14:06:06 -080032
33# PyInstaller
34# Usually these files are written by a python script from a template
35# before PyInstaller builds the exe, so as to inject date/other infos into it.
36*.manifest
37*.spec
38
39# Installer logs
40pip-log.txt
41pip-delete-this-directory.txt
42
43# Unit test / coverage reports
44htmlcov/
45.tox/
46.coverage
47.coverage.*
48.cache
49nosetests.xml
50coverage.xml
51*,cover
52
53# Translations
54*.mo
55*.pot
56
57# Django stuff:
58*.log
59
60# Sphinx documentation
61docs/_build/
62
63# PyBuilder
64target/
Chetan Gaonkercd86bdd2016-03-17 00:08:12 -070065sub*.db
66*~
67*.swp
68*.jpeg
69*.gv
70*ascpc*@*#
Zsolt Haraszti56700cd2016-06-01 16:02:05 -070071
72# Gradle
73.gradle
Zack Williams821c5022020-01-15 15:11:46 -070074
75
76# Robot output
77output.xml
78report.html
79log.html