ai_project_v1/.gitignore
2026-01-27 14:13:37 +08:00

47 lines
448 B
Plaintext
Raw 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.

# 忽略所有 .log 文件
*.log
# 忽略特定目录(如 node_modules/
node_modules/
# 忽略本地配置文件(但保留示例文件)
config.local.json
!config.example.json
# 忽略编译输出目录
dist/
build/
test
*test*
*.pyc
__pycache__/
misc.xml
profiles_settings.xml
Project_Default.xml
*test*.py
# 忽略 Python 缓存文件
*.pyo
*.pyd
*.mo
*.so
uvmodule.log
# IDE
.idea/
*.iml
.vscode/
# Temp files
*.tmp
*.swp