diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-03-13 18:07:12 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-03-13 18:07:12 +0100 |
commit | 9972f7abfc3b0b3381d7997c768f2342f9827dbb (patch) | |
tree | 00008ddbe72ff38f0a5c3185a098dac846eda563 | |
parent | f68a0f10421d697341561dd21cdda864f43393b4 (diff) |
add gitignore for python3/venv projects
-rw-r--r-- | gitignore-python3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gitignore-python3 b/gitignore-python3 new file mode 100644 index 0000000..4f2de9b --- /dev/null +++ b/gitignore-python3 @@ -0,0 +1,3 @@ +# python files +venv/ +__pycache__/ |