Restructure and update .gitignore

This commit is contained in:
Daniel Rojas 2021-10-23 11:52:59 +02:00
parent 622986a247
commit a2a57caa58

27
.gitignore vendored
View File

@ -1,13 +1,20 @@
# OS-specific files
.DS_Store .DS_Store
.eggs desktop.ini
__pycache__ Thumbs.db
.*.swp
# Development aids
.idea/
temp/
venv/
.venv/
# Build/compile/release artifacts
build/
dist/
*.egg-info *.egg-info
*.pyc *.pyc
build
data # Other temporary files
dist __pycache__
venv/ .*.swp
desktop.ini
thumbs.db
temp/