-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
164 lines (139 loc) · 3.8 KB
/
.gitignore
File metadata and controls
164 lines (139 loc) · 3.8 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
# =============================================================================
# VapourBox Cross-Platform .gitignore
# =============================================================================
# === macOS ===
.DS_Store
.AppleDouble
.LSOverride
._*
# === Windows ===
Thumbs.db
Desktop.ini
*.lnk
# === IDE ===
.idea/
.vscode/
*.swp
*.swo
*~
# =============================================================================
# Rust Worker
# =============================================================================
worker/target/
worker/Cargo.lock
# =============================================================================
# Flutter App
# =============================================================================
app/.dart_tool/
app/.packages
app/.pub-cache/
app/.pub/
app/build/
app/*.iml
app/.metadata
app/pubspec.lock
# Generated Dart files
app/lib/**/*.g.dart
# Auto-generated Flutter plugin registrations
app/macos/Flutter/GeneratedPluginRegistrant.swift
app/windows/flutter/generated_plugin_registrant.cc
app/windows/flutter/generated_plugin_registrant.h
app/windows/flutter/generated_plugins.cmake
# Platform-specific (unsupported platforms)
app/android/
app/ios/
app/linux/
app/web/
# =============================================================================
# Dependencies - Ignore generated/downloaded files, keep essential bundles
# =============================================================================
# Python cache files (anywhere)
**/__pycache__/
*.pyc
*.pyo
# Downloaded archives
deps/**/*.7z
deps/**/*.zip
deps/**/*.tar.gz
# Temp/staging directories
deps/**/python38-temp/
deps/**/python-temp/
deps/**/eedi3-temp/
deps/**/python/
deps/**/resources/
# Documentation (not needed for bundling)
deps/**/doc/
# SDK and development files
deps/**/sdk/
deps/**/wheel/
# Test scripts in deps
deps/**/*.ps1
# Misc files not needed for bundling
deps/**/*.rst
deps/**/MANIFEST.in
deps/**/vsgenstubs*
deps/**/vsrepo.py
deps/**/7z.dll
deps/**/cython/
deps/**/vsscript/
# Loose files in deps root (downloaded/extracted)
deps/**/python-packages/
deps/windows-x64/*.dll
deps/windows-x64/*.bin
deps/macos-*/*.dylib
deps/macos-*/*.bin
# VapourSynth auto-generated config files
deps/**/*.auto.conf
# =============================================================================
# Build Outputs
# =============================================================================
dist/
*.app
*.dmg
*.exe
*.msi
*.zip
*.tar.gz
# =============================================================================
# Tests
# =============================================================================
Tests/TestOutput/
Tests/TestBundle/Helpers/*
!Tests/TestBundle/Helpers/.gitkeep
Tests/TestBundle/Frameworks/*
!Tests/TestBundle/Frameworks/.gitkeep
Tests/TestBundle/PlugIns/VapourSynth/*
!Tests/TestBundle/PlugIns/VapourSynth/.gitkeep
Tests/TestBundle/Resources/*
!Tests/TestBundle/Resources/.gitkeep
Tests/TestBundle/PythonPackages/*
!Tests/TestBundle/PythonPackages/.gitkeep
Tests/TestBundle/lib/
Tests/TestBundle/.setup-complete
Tests/TestResources/deinterlaced_*.avi
Tests/TestResources/*_deinterlaced.*
*.ffindex
# =============================================================================
# Temporary Files
# =============================================================================
*.tmp
*.temp
*.log
*.bak
# =============================================================================
# Old/Deprecated
# =============================================================================
BundledDependencies/Python.framework/
BundledDependencies/VapourSynth/
BundledDependencies/FFmpeg/
BundledDependencies/Scripts/*.py
!BundledDependencies/Scripts/.gitkeep
# Add-ons (whisper binary + models, downloaded at runtime)
addons/
# Claude Code
.claude/
tmpclaude-*
# Personal planning files
licenseplan.md
*.mkv
!Tests/TestResources/soft_telecine_test.mkv