diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4b51f26..0000000 --- a/.gitignore +++ /dev/null @@ -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/ \ No newline at end of file