mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
49 lines
443 B
Plaintext
49 lines
443 B
Plaintext
# Dependencies
|
|
node_modules
|
|
__pycache__
|
|
*.pyc
|
|
|
|
# # Environment
|
|
# .env
|
|
# .env.local
|
|
# .env.*.local
|
|
|
|
# Build
|
|
dist
|
|
build
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# Database
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# System
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Python virtual environments
|
|
.venv/
|
|
venv/
|
|
.bolt/
|
|
.venv2/
|
|
|
|
|
|
# Python cache files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Environment variables
|
|
# .env
|
|
# .env.local
|
|
|
|
# IDE specific files
|
|
.idea/
|
|
.vscode/ |