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
desktop.ini
Thumbs.db
# Development aids
.idea/
.eggs
__pycache__
.*.swp
*.egg-info
*.pyc
build
data
dist
temp/
venv/
.venv/
desktop.ini
thumbs.db
temp/
# Build/compile/release artifacts
build/
dist/
*.egg-info
*.pyc
# Other temporary files
__pycache__
.*.swp