deployment-taskflow / .gitignore
Tripagra
Fix: Remove workspace config and regenerate package-lock.json with Vite 5.x
d11bdce
Raw
History Blame Contribute Delete
493 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Environment variables
.env
.env.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
htmlcov/
.hypothesis/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Frontend
frontend/node_modules/
frontend/dist/
frontend/.env
frontend/.env.local
# Kiro
.kiro/
# Node
node_modules/