summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rwxr-xr-x.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a132b58..d415f8b 100755
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,12 @@
cpfiles.sh
filepaths.txt
*__pycache__*
+__pycache__/
+*.py[cod]
+.pytest_cache/
+.mypy_cache/
+.ruff_cache/
+.venv/
+venv/
+.DS_Store
+gemini-rs/target/