Skip to content

Commit 79a28f0

Browse files
committed
chore: clean up .gitignore
1 parent 78928f4 commit 79a28f0

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.gitignore

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
.ijwb
22
.vscode
33
env
4+
.flakeheaven_cache
5+
6+
# bazel
47
bazel-*
8+
MODULE.bazel.lock
59
.bazelrc.user
10+
11+
# python
612
__pycache__
13+
.venv
14+
15+
# pdm
716
.pdm-python
8-
.flakeheaven_cache
9-
MODULE.bazel.lock

0 commit comments

Comments
 (0)