Files
yuanshuai c91a64fddb
CI / Python 3.12 (push) Waiting to run
CI / Python 3.9 (push) Waiting to run
chore(repo): initialize team collaboration repository
2026-07-27 20:40:12 +08:00

58 lines
705 B
Plaintext

# Operating systems and editors
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
# Python environments and caches
**/.venv/
**/venv/
**/__pycache__/
**/.pytest_cache/
**/.mypy_cache/
**/.ruff_cache/
**/*.egg-info/
*.py[cod]
.coverage
htmlcov/
# JavaScript dependencies and build output
**/node_modules/
**/.next/
**/out/
**/.turbo/
# FlashOps local runtime data
flashops/var/
*.db
*.db-journal
*.db-shm
*.db-wal
*.log
agent-state.json
# Secrets and machine-local configuration
**/.env
**/.env.*
!**/.env.example
!**/env.example
*.pem
*.key
*.p12
*.pfx
*.local.md
*.env.local
credentials.json
secrets.json
# Temporary release and backup artifacts
*.tmp
*.bak
*.tar
*.tar.gz
*.zip
*_backup/
*_rollback/