WireViz/.gitignore
Andreas Motl c0590ff20f Update .gitignore (#256)
Add two more folders to be ignored.

- .idea: Used by PyCharm
- .venv: My convention for creating virtualenvs
2023-09-08 20:56:15 +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/