initial commit - LeDiscord plateforme des copains

This commit is contained in:
EvanChal
2025-08-21 00:28:21 +02:00
commit b7a84a53aa
93 changed files with 16247 additions and 0 deletions

73
.dockerignore Normal file
View File

@@ -0,0 +1,73 @@
# Git
.git
.gitignore
README.md
# Documentation
docs/
*.md
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp
.cache/
# Node modules (pour le frontend)
frontend/node_modules/
frontend/dist/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
# Virtual environments
venv/
env/
ENV/
# Database
*.db
*.sqlite
*.sqlite3
postgres_data/
# Uploads
uploads/
!uploads/.gitkeep
# Environment files
.env
.env.local
.env.production
# Docker
docker-compose.override.yml
Dockerfile*
# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
# Celery
celerybeat-schedule
celerybeat.pid