This is to ignore local python virtual envs setup for dev scripts Signed-off-by: Joshua Moody <joshua.moody@suse.com>
7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
# ignores all goland project folders and files
|
|
.idea
|
|
*.iml
|
|
*.ipr
|
|
|
|
# python venv for dev scripts
|
|
.venv |