Skip to content

Commit fcaab09

Browse files
committed
chore: purge accidentally tracked binaries and update gitignore
1 parent 308802f commit fcaab09

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,27 @@ __pycache__/
4545
models/eco_model.pth
4646
=======
4747
.venv/
48+
.venv*/
4849
__pycache__/
4950
*.pyc
51+
*.pyo
52+
*.pyd
5053
*.so
5154
*.exe
55+
*.dll
56+
*.bin
5257
node_modules/
5358
.env
5459
dist/
60+
<<<<<<< HEAD
5561
>>>>>>> 1c2f25b401a67215ea459ece945cb72cc7dbd373
62+
=======
63+
build/
64+
.pytest_cache/
65+
.ruff_cache/
66+
.mypy_cache/
67+
.turbo/
68+
.DS_Store
69+
# Avoid absolute binary rejects by HF if needed, but keep common assets
70+
# apps/frontend/hero-bg.png # This was specifically rejected
71+
>>>>>>> 448c73b (chore: purge accidentally tracked binaries and update gitignore)

0 commit comments

Comments
 (0)