This commit is contained in:
2026-02-07 16:57:37 +01:00
parent 8383104454
commit dff1b03e42
129 changed files with 19769 additions and 0 deletions

36
.dockerignore Executable file
View File

@@ -0,0 +1,36 @@
# Node modules
frontend/node_modules
frontend/dist
# Python
backend/__pycache__
backend/**/__pycache__
backend/**/*.pyc
backend/**/*.pyo
backend/**/*.pyd
backend/.pytest_cache
backend/**/.pytest_cache
# Données et logs
data/
logs/
*.sqlite
*.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Git
.git/
.gitignore
# Documentation
*.md
!README.md
# Divers
.env
.DS_Store