/ components / paddock / .gitignore
.gitignore
 1  static
 2  .mypy_cache
 3  
 4  # Django
 5  db.sqlite3
 6  staticfiles/
 7  
 8  # Byte-compiled / optimized / DLL files
 9  __pycache__/
10  *.py[cod]
11  
12  # C extensions
13  *.so
14  
15  # Distribution / packaging
16  .Python
17  env/
18  build/
19  develop-eggs/
20  dist/
21  downloads/
22  eggs/
23  .eggs/
24  lib/
25  lib64/
26  parts/
27  sdist/
28  var/
29  *.egg-info/
30  .installed.cfg
31  *.egg
32  
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
40  pip-log.txt
41  pip-delete-this-directory.txt
42  
43  # Unit test / coverage reports
44  htmlcov/
45  .tox/
46  .coverage
47  .coverage.*
48  .cache
49  nosetests.xml
50  coverage.xml
51  *,cover
52  
53  # Translations
54  *.mo
55  *.pot
56  
57  # Django stuff:
58  *.log
59  
60  # Sphinx documentation
61  docs/_build/
62  
63  telemetry/fixtures.all
64  b4mad_racing_website/fixtures.all
65  prompt*txt