KNEO-Academy/.gitignore
2026-04-08 18:03:44 +08:00

52 lines
635 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# macOS
.DS_Store
# Linux
*~
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
package-lock.json
# Logs
logs/
*.log
# Environment files
.env
# Editor directories and files
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
# Build directories
build/
tmp/
temp/
# Python
__pycache__/
*.py[cod]
*$py.class
src/__pycache__/
src/services/__pycache__/
src/views/__pycache__/
main.spec
dist/output/
dist/main.exe
*.whl
win_driver/
claude.md
src/services/__pycache__/device_service.cpython-312.pyc
src/__pycache__/config.cpython-312.pyc
# Autoflow Agent由 autoflow-agent init 自動產生)
.claude/
.autoflow/CLAUDE.md.backup.*