Restructure and update .gitignore

This commit is contained in:
Daniel Rojas 2021-10-23 11:52:59 +02:00 committed by KV
parent 6ba3f66fb3
commit df06e00ae3

27
.gitignore vendored
View File

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