Files
NeveTimePanel/.gitignore
arkonsadter fbfddf3c7a
All checks were successful
continuous-integration/drone/push Build is passing
Changed design and bug fixes
2026-01-16 15:40:14 +06:00

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