-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
90 lines (77 loc) · 1.26 KB
/
.gitignore
File metadata and controls
90 lines (77 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# ============ Python编译文件 ============
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# ============ PyInstaller构建文件 ============
*.manifest
*.spec.bak
build/
dist/
*.exe
*.dll
# PyInstaller spec 文件保留(用于打包)
!build_bvh_viewer.spec
# ============ IDE配置文件 ============
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
*.sublime-project
*.sublime-workspace
# ============ 编辑器临时文件 ============
*~
*.bak
*.tmp
*.log
*.orig
# ============ Python虚拟环境 ============
venv/
env/
ENV/
.venv
# ============ 系统文件 ============
.DS_Store
Thumbs.db
desktop.ini
# ============ 本地配置文件 ============
local_config.py
*.local.py
config.local.json
# ============ 编译和测试输出 ============
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.dmypy.json
dmypy.json
# ============ BVH Viewer特定文件 ============
*.bvh.bak
temp_*.bvh
debug_*.log
recorded_*.bvh
# ============ 本地文档(不推送到远端) ============
MODE_INTRODUCTION.md
IMPLEMENTATION_SUMMARY.md
SECAP_QUICKSTART.md
# ============ 运行时生成数据(不推送) ============
tennis_analysis_history.json