add: gitignore

This commit is contained in:
ryana mittens 2024-09-06 07:30:50 +08:00
parent 74370c2278
commit 8cec6752dd

30
.gitignore vendored Normal file
View file

@ -0,0 +1,30 @@
.idea
.ipynb_checkpoints
.mypy_cache
.vscode
__pycache__
.pytest_cache
htmlcov
dist
site
.coverage*
coverage.xml
.netlify
test.db
log.txt
Pipfile.lock
env3.*
env
docs_build
site_build
venv
docs.zip
archive.zip
# vim temporary files
*~
.*.sw?
.cache
# macOS
.DS_Store