Files
ks-prd-draft/.gitignore
2026-05-14 12:31:10 +08:00

29 lines
304 B
Plaintext

# OS and editor files
.DS_Store
Thumbs.db
*.swp
*.swo
.vscode/
.idea/
# Runtime and tool caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
node_modules/
dist/
build/
# Local secrets and environment files
.env
.env.*
!.env.example
# Logs and temporary files
*.log
tmp/
temp/
*.tmp