* Update with local changes
* removed uneeded files
* removed uneeded files
* removed all uneeded files
* update .gitignore to exclude specific env files and modify docker-compose to build r2r service
* Stop tracking docker/env directory. They're my API keys mang
* Stop tracking docker/env directory. hopefully not tracking now
* gitignore fix & stopped tracking custom compose.yaml
* Update .gitignore to stop tracking docker/compose.yaml and clean up redundant entries
* Remove README.md sym link and add PythonParser to core parsers; introduce PY document type
* Add CSS, JS, and TS parsers; update document types and parser exports. Untested.
* Add DockerfileParser to parse and structure Dockerfile content. still need to test all new parsers in running image.
* Add Dockerfile and Docker Compose parsers these are a test not sure if i will keep; update document types and exports
* Remove Dockerfile and Docker Compose parsers from core exports and ingestion provider; update document types accordingly test didnt work. Dockerfile has no file ext and docker-compose can be a yaml or yml.
* recreate README.md
* update .gitignore to exclude 'paul/' and 'Todo/' directories; add Todo file for debugging notes, but removed in .gitignore
* Delete README.md
* add symlink to README.md pointing to ./py/README.md
* remove DockerfileParser and DockerComposeParser from text parsers
* remove ProfileRouter and update import paths in ingestion and llm modules
* Ignore .gitignore
* Delete .gitignore
* Delete Todo
My personal project todo list.
* Add .gitignore file to exclude unnecessary files and directories
* Fix import path for GenerationConfig in litellm.py
* Fix import statements in base.py to use correct paths
* Refactor parser imports and enhance pre-commit workflow to automatically commit changes
* Update pre-commit configuration to exclude virtual environment and improve print statement checks
* Add new file types support and update .gitignore for pre-commit configuration
* Fix regex pattern in JSParser to correctly match arrow functions
* Add global cleanup fixture to remove leftover documents after tests
* Add global cleanup fixture to remove leftover documents and collections after tests
* Refactor global cleanup fixture to use AsyncGenerator and enhance database cleanup logic
* Refactor global cleanup fixture to use AsyncGenerator and improve cleanup logic
* Remove automatic commit step from quality workflow
* Add TypeScript ignore comments for axios module declaration and GitHub flow build
* Conftest.py in test/intergration dir remove cleanup func
* Remove empty __init__.py files from integration and unit test directories