Files
kbqa-system/.gitignore
T
2026-07-13 16:58:27 +08:00

33 lines
349 B
Plaintext

# Secrets and local configuration
.env
.env.*
!.env.example
1.md
test.txt
# Local runtime data
data/
# Superpowers visual brainstorming artifacts
.superpowers/
.worktrees/
# Python
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
# Node.js
node_modules/
dist/
coverage/
# Editors and operating systems
.DS_Store
.idea/
.vscode/
*.txt