Ignore temp files

This commit is contained in:
Jeff Moe 2024-09-19 12:02:49 -06:00
parent 5289fabb4e
commit 184af92ba6

26
.gitignore vendored Normal file
View 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__