Update versioninfo.py
[Neo-Hockey-Test.git] / .gitignore
blob7dcf37e23cf4bc5b82793c03a64a6d50c395f85d
1 # Byte-compiled / optimized / DLL files
2 __pycache__/
3 *.py[cod]
4 *$py.class
6 # C extensions
7 *.so
9 # Distribution / packaging
10 .Python
11 build/
12 develop-eggs/
13 dist/
14 downloads/
15 eggs/
16 .eggs/
17 lib/
18 lib64/
19 parts/
20 sdist/
21 var/
22 wheels/
23 pip-wheel-metadata/
24 share/python-wheels/
25 *.egg-info/
26 .installed.cfg
27 *.egg
28 MANIFEST
30 # PyInstaller
31 #  Usually these files are written by a python script from a template
32 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
33 *.manifest
34 *.spec
36 # Installer logs
37 pip-log.txt
38 pip-delete-this-directory.txt
40 # Unit test / coverage reports
41 htmlcov/
42 .tox/
43 .nox/
44 .coverage
45 .coverage.*
46 .cache
47 nosetests.xml
48 coverage.xml
49 *.cover
50 *.py,cover
51 .hypothesis/
52 .pytest_cache/
54 # Translations
55 *.mo
56 *.pot
58 # Django stuff:
59 *.log
60 local_settings.py
61 db.sqlite3
62 db.sqlite3-journal
64 # Flask stuff:
65 instance/
66 .webassets-cache
68 # Scrapy stuff:
69 .scrapy
71 # Sphinx documentation
72 docs/_build/
74 # PyBuilder
75 target/
77 # Jupyter Notebook
78 .ipynb_checkpoints
80 # IPython
81 profile_default/
82 ipython_config.py
84 # pyenv
85 #   For a library or package, you might want to ignore these files since the code is
86 #   intended to run in multiple environments; otherwise, check them in:
87 # .python-version
89 # pipenv
90 #   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
91 #   However, in case of collaboration, if having platform-specific dependencies or dependencies
92 #   having no cross-platform support, pipenv may install dependencies that don't work, or not
93 #   install all needed dependencies.
94 #Pipfile.lock
96 # PEP 582; used by e.g. github.com/David-OConnor/pyflow
97 __pypackages__/
99 # Celery stuff
100 celerybeat-schedule
101 celerybeat.pid
103 # SageMath parsed files
104 *.sage.py
106 # Environments
107 .env
108 .venv
109 env/
110 venv/
111 ENV/
112 env.bak/
113 venv.bak/
115 # Spyder project settings
116 .spyderproject
117 .spyproject
119 # Rope project settings
120 .ropeproject
122 # mkdocs documentation
123 /site
125 # mypy
126 .mypy_cache/
127 .dmypy.json
128 dmypy.json
130 # Pyre type checker
131 .pyre/
133 # pytype static type analyzer
134 .pytype/
136 #CMake
137 CMakeLists.txt.user
138 CMakeCache.txt
139 CMakeFiles
140 CMakeScripts
141 Testing
142 Makefile
143 cmake_install.cmake
144 install_manifest.txt
145 compile_commands.json
146 CTestTestfile.cmake
147 _deps