Initial commit
This commit is contained in:
135
.gitignore
vendored
Normal file
135
.gitignore
vendored
Normal file
@@ -0,0 +1,135 @@
|
||||
*$py.class
|
||||
**/*.rs.bk
|
||||
**/tempCodeRunnerFile.py
|
||||
*.a
|
||||
*.autosave
|
||||
*.cover
|
||||
*.dll
|
||||
*.dylib
|
||||
*.egg
|
||||
*.egg-info/
|
||||
*.exe
|
||||
*.exe~
|
||||
*.jsc
|
||||
*.la
|
||||
*.lai
|
||||
*.lo
|
||||
*.log
|
||||
*.manifest
|
||||
*.mo
|
||||
*.moc
|
||||
*.o
|
||||
*.out
|
||||
*.pdb
|
||||
*.pot
|
||||
*.prl
|
||||
*.pro.user
|
||||
*.pro.user.*
|
||||
*.py,cover
|
||||
*.py[cod]
|
||||
*.qbs.user
|
||||
*.qbs.user.*
|
||||
*.qm
|
||||
*.qmlc
|
||||
*.qmlproject.user
|
||||
*.qmlproject.user.*
|
||||
*.sage.py
|
||||
*.slo
|
||||
*.so
|
||||
*.so.*
|
||||
*.spec
|
||||
*.test
|
||||
*_plugin_import.cpp
|
||||
*_qmlcache.qrc
|
||||
*build-*
|
||||
*creator.user*
|
||||
.Python
|
||||
.cache
|
||||
.coverage
|
||||
.coverage.*
|
||||
.dmypy.json
|
||||
.eggs/
|
||||
.env
|
||||
.history
|
||||
.hypothesis/
|
||||
.installed.cfg
|
||||
.ipynb_checkpoints
|
||||
.mypy_cache/
|
||||
.nox/
|
||||
.pdm-build/
|
||||
.pdm-python
|
||||
.pdm.toml
|
||||
.pybuilder/
|
||||
.pypirc
|
||||
.pyre/
|
||||
.pytest_cache
|
||||
.pytest_cache/
|
||||
.pytype/
|
||||
.ropeproject
|
||||
.ruff_cache/
|
||||
.scrapy
|
||||
.spyderproject
|
||||
.spyproject
|
||||
.tox/
|
||||
.venv
|
||||
.webassets-cache
|
||||
/.qmake.cache
|
||||
/.qmake.stash
|
||||
/site
|
||||
CMakeLists.txt.user*
|
||||
ENV/
|
||||
MANIFEST
|
||||
Makefile*
|
||||
__pycache__/
|
||||
__pypackages__/
|
||||
build/
|
||||
celerybeat-schedule
|
||||
celerybeat.pid
|
||||
compile_commands.json
|
||||
config.yaml
|
||||
cover/
|
||||
coverage.xml
|
||||
cython_debug/
|
||||
db.sqlite3
|
||||
db.sqlite3-journal
|
||||
debug/
|
||||
depend
|
||||
develop-eggs/
|
||||
dist/
|
||||
dmypy.json
|
||||
docs/
|
||||
docs/_build/
|
||||
downloads/
|
||||
eggs/
|
||||
env.bak/
|
||||
env/
|
||||
go.work
|
||||
go.work.sum
|
||||
htmlcov/
|
||||
instance/
|
||||
ipython_config.py
|
||||
lib/
|
||||
lib64/
|
||||
local_settings.py
|
||||
moc_*.cpp
|
||||
moc_*.h
|
||||
nosetests.xml
|
||||
object_script.*.Debug
|
||||
object_script.*.Release
|
||||
output
|
||||
output/output/LOGtoJSON.exe
|
||||
parts/
|
||||
pip-delete-this-directory.txt
|
||||
pip-log.txt
|
||||
profile_default/
|
||||
qrc_*.cpp
|
||||
sdist/
|
||||
share/python-wheels/
|
||||
target/
|
||||
target_wrapper.*
|
||||
ui_*.h
|
||||
var/
|
||||
venv
|
||||
venv.bak/
|
||||
venv/
|
||||
wheels/
|
||||
Reference in New Issue
Block a user