This commit is contained in:
Mikan
2026-06-20 19:13:05 +03:00
parent 32575e217e
commit 8514c63ec6
193 changed files with 22105 additions and 11660 deletions

59
.gitignore vendored
View File

@@ -1,21 +1,56 @@
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.venv/
venv/
env/
.env
node_modules/
ENV/
build/
dist/
.vite/
*.egg-info/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/
# Node / Frontend
node_modules/
frontend/dist/
frontend/.vite/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Data
data/
!data/.gitkeep
*.db
*.sqlite3
# OS
.DS_Store
*.log
Thumbs.db
postgres_data/
redis_data/
qdrant_data/
# Logs
*.log
logs/
# Uploaded assets (kept on host volume, not in repo)
data/assets/