Files
NeveTimePanel/.gitignore
2026-01-15 09:32:13 +06:00

38 lines
335 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/