Initial commit
This commit is contained in:
+84
@@ -0,0 +1,84 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
|
||||
# Virtual Environment
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
.venv/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Data directories
|
||||
data/
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Vector embeddings and databases
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
embeddings/
|
||||
chroma/
|
||||
|
||||
# Uploads and temporary files
|
||||
uploads/
|
||||
temp/
|
||||
tmp/
|
||||
|
||||
# Test file
|
||||
tests/
|
||||
|
||||
# Jupyter Notebooks
|
||||
.ipynb_checkpoints/
|
||||
*.ipynb
|
||||
|
||||
# Model files
|
||||
*.model
|
||||
*.pkl
|
||||
*.joblib
|
||||
|
||||
# Coverage reports
|
||||
htmlcov/
|
||||
.coverage
|
||||
.coverage.*
|
||||
coverage.xml
|
||||
|
||||
Reference in New Issue
Block a user