All checks were successful
continuous-integration/drone/push Build is passing
39 lines
362 B
Plaintext
39 lines
362 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
venv/
|
|
env/
|
|
*.egg-info/
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
.vite/
|
|
*.log
|
|
|
|
# Servers
|
|
backend/servers/
|
|
backend/.env.exemple
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment
|
|
frontend/.env.local
|
|
frontend/.env.production.local
|
|
|
|
# Build
|
|
frontend/dist/
|
|
backend/build/
|
|
backend/users1.json.backup
|