Files

69 lines
881 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.
# ============================================
# AimiliVPN .gitignore
# ============================================
# ---- Nuitka 编译产物 ----
vpngate_manager.build/
vpngate_manager.dist/
*.build/
*.dist/
aimilivpn
# ---- Debian 打包产物 ----
*.deb
aimilivpn_*
# ---- Python 缓存 ----
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/
*.egg
# ---- 运行时数据 ----
vpngate_data/
logs/
*.log
*.tmp
*.pid
# ---- IDE 和编辑器 ----
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/
# ---- AI 编码助手 ----
.gemini/
.cursor/
.cursorrules
.aider*
.codeium/
.continue/
.copilot/
# ---- 本地开发文档(不上传 GitHub ----
AI开发指令.md
功能文档.md
AimiliVPN_Analysis_ZH.md
# ---- 临时和测试文件 ----
scratch/
_site/
*连接配置*
test_*.py
*.bak
*.orig
# ---- 系统文件 ----
.DS_Store
Thumbs.db
Desktop.ini