Ignore temp files
This commit is contained in:
parent
5289fabb4e
commit
184af92ba6
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
.coverage
|
||||||
|
.~lock.*.od?#
|
||||||
|
.mypy_cache
|
||||||
|
.pytest_cache
|
||||||
|
.python-version
|
||||||
|
build
|
||||||
|
dist
|
||||||
|
env
|
||||||
|
log
|
||||||
|
tmp
|
||||||
|
venv
|
||||||
|
venv.coverage
|
||||||
|
*.db
|
||||||
|
*.doctrees
|
||||||
|
*.env
|
||||||
|
*.log
|
||||||
|
*.mo
|
||||||
|
*.pot
|
||||||
|
*.pyc
|
||||||
|
*.pyd
|
||||||
|
*.pyo
|
||||||
|
*.swp
|
||||||
|
*.egg-info
|
||||||
|
_build
|
||||||
|
_version.py
|
||||||
|
__pycache__
|
Loading…
Reference in a new issue