summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-09-12 22:20:41 +0200
committerAki <please@ignore.pl>2022-09-12 22:46:23 +0200
commit75650a9f7c7197219bf6d6aede191a32dcc197d8 (patch)
tree905aa9bb0f84705e25f930320175c130626f52a3
parent3acb7123ff1e11c9860a81d606ae76ebe4d1e005 (diff)
downloadsalvager-75650a9f7c7197219bf6d6aede191a32dcc197d8.zip
salvager-75650a9f7c7197219bf6d6aede191a32dcc197d8.tar.gz
salvager-75650a9f7c7197219bf6d6aede191a32dcc197d8.tar.bz2
Added venv, eggs and build dir to ignores
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a28d3e4..3734d30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,7 @@
__pycache__/
+.venv/
+build*/
+.eggs/
*.egg-info
*.json
*.yaml