Files
NeveTimePanel/.gitignore
2026-01-14 20:23:10 +06:00

37 lines
314 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
*.egg-info/
# Node
node_modules/
dist/
.vite/
*.log
# Servers
backend/servers/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Environment
frontend/.env.local
frontend/.env.production.local
# Build
frontend/dist/
backend/build/