Files
OpenLearnX/.dockerignore
T
2025-07-30 07:43:06 +05:30

53 lines
438 B
Plaintext

# 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/