airlabs-manage/.gitignore
zyc 41f91dc5a7
All checks were successful
Build and Deploy Backend / build-and-deploy (push) Successful in 1m21s
Build and Deploy Web / build-and-deploy (push) Successful in 54s
chore: add .env to git for shared DB config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 11:28:19 +08:00

21 lines
152 B
Plaintext

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