One-KVM/.gitignore
mofeng-git caf3533872 chore: 更新项目配置文件
- 在 .gitignore 中添加 CLAUDE.md 排除规则
- 删除 AUTO_DOWNLOAD.md 文件
2025-08-20 19:28:39 +08:00

25 lines
314 B
Plaintext

/pkg/
/src/**/*.img
/src/tmp
/site/
/dist/
/kvmd.egg-info/
/config.mk
/testenv/.tox/
/testenv/.mypy_cache/
/testenv/.coverage*
/testenv/run/*.sock
/testenv/run/*.pid
/testenv/.ssl/
/v*.tar.gz
/*.pkg.tar.xz
/*.pkg.tar.zst
/*.egg-info
/*kvmd-*.tar.gz
*.pyc
*.swp
/venv/
.vscode/settings.j/son
kvmd_config/
CLAUDE.md