Удалить .gitignore

This commit is contained in:
2026-07-01 14:06:35 +00:00
parent f9451d79e1
commit a2f28dc7db
-28
View File
@@ -1,28 +0,0 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environment
.venv/
env/
venv/
# ChromaDB persistence directory
chromadb/
chromadb_data/
chromadb_persist/
# Distribution / packaging
build/
dist/
*.egg-info/
# IDE files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Pytest cache
.cache/