Restructure and update .gitignore
This commit is contained in:
parent
6ba3f66fb3
commit
df06e00ae3
27
.gitignore
vendored
27
.gitignore
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user