WireViz/.gitignore
Andreas Motl eba0004f9d Update .gitignore
Add two more folders to be ignored.

- .idea: Used by PyCharm
- .venv: My convention for creating virtualenvs
2023-09-08 20:42:25 +02:00

16 lines
116 B
Plaintext

.DS_Store
.idea/
.eggs
__pycache__
.*.swp
*.egg-info
*.pyc
build
data
dist
venv/
.venv/
desktop.ini
thumbs.db
temp/