longhorn/.gitignore
Joshua Moody 8a84fdbe38 Add .venv to gitignore
This is to ignore local python virtual envs setup for dev scripts

Signed-off-by: Joshua Moody <joshua.moody@suse.com>
2022-05-12 22:04:24 +08:00

7 lines
101 B
Plaintext

# ignores all goland project folders and files
.idea
*.iml
*.ipr
# python venv for dev scripts
.venv