summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d415f8bf59759cc06c402485f57d73608593cca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
cpfiles.sh
filepaths.txt
*__pycache__*
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
.DS_Store
gemini-rs/target/