airlabs-manage/.gitignore
zyc df9147a554
All checks were successful
Build and Deploy Backend / build-and-deploy (push) Successful in 1m20s
Build and Deploy Web / build-and-deploy (push) Successful in 59s
fix build
2026-02-12 15:03:28 +08:00

21 lines
150 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
# Node
node_modules/
# Database
*.db
# Build output
frontend/dist/
# Environment
.env
# OS
.DS_Store
Thumbs.db