Remove .gitignore from git tracking
This commit is contained in:
parent
9f7bbf096b
commit
fbf10c3e24
1 changed files with 0 additions and 55 deletions
|
|
@ -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/
|
|
||||||
Loading…
Reference in a new issue