This commit is contained in:
5t4l1n
2025-07-30 07:43:06 +05:30
parent c7065d31fe
commit c751a49d8f
10 changed files with 1995 additions and 609 deletions
+52
View File
@@ -0,0 +1,52 @@
# Git
.git
.gitignore
README.md
# Node modules
node_modules
frontend/node_modules
frontend/.next
# Python
__pycache__
*.pyc
*.pyo
*.pyd
venv
.pytest_cache
# Environment files
.env*
!.env.example
# IDE
.vscode
.idea
*.swp
*.swo
# Logs
*.log
logs
backend/openlearnx.log
# OS
.DS_Store
Thumbs.db
# Docker
Dockerfile*
docker-compose*.yml
.dockerignore
# Temporary
tmp/
temp/
cache/
backend/cache/
# Build artifacts
dist/
build/
out/