Files
ViperOS/.gitignore
2026-07-19 12:38:20 +08:00

93 lines
963 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.
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# 编译输出
*.exe
*.out
*.o
*.obj
*.a
*.lib
*.dll
*.so
.transpyc_cache/
includes.binary/
# 调试文件
*.p2c
debug.txt
*.ll
# 备份文件
* copy.py
* copy.c
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 测试输出
test.exe
test_split.exe
# 排除独立仓库的目录
ViperTemplateProject/
StandardTemplateProject/
# ViperOS 编译产物(每个子项目内的 output/ 和 temp/
**/output/
**/temp/
**/*.deps.json
**/*.doc.json
**/*.pyi
**/*.elf
**/kernel.bin
**/isr.ver
**/boot copy *.c
**/boot.c.txt
**/Scripts/disk - Copy.ps1.txt
# 磁盘镜像
*.img
*.vmdk
*.7z
*.fd
# 日志文件
*.log
# 字体文件
*.ttc
*.ttf
# VMware
Undo/vmware/
# Trae AI
.trae/
# 编译链
_UNCADK/