Remove .gitignore from git tracking

This commit is contained in:
Madhu 2024-12-05 08:31:00 +05:30
parent 9f7bbf096b
commit fbf10c3e24

View file

@ -1,55 +0,0 @@
# Python virtual environment
venv/
myrag/
env/
.env
# Python cache files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# Local development files
*.log
.DS_Store
# Test files
test.txt
test.pdf
# Database files
*.db
*.sqlite3
# Environment variables
.env
.env.local
.env.*.local
# Chainlit specific
.chainlit/
chainlit.md
# Temporary files
tmp/
temp/
.files
.flashrank_cache
.env
raglite.sqlite
.chainlit/
.flashrank_cache/