initial
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.egg-info/
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
.env
|
||||
|
||||
node_modules/
|
||||
dist/
|
||||
.vite/
|
||||
|
||||
.DS_Store
|
||||
*.log
|
||||
|
||||
postgres_data/
|
||||
redis_data/
|
||||
qdrant_data/
|
||||
Reference in New Issue
Block a user