26 lines
277 B
Text
26 lines
277 B
Text
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Downloaded ML models
|
|
models/
|
|
|
|
# Video files (avoid committing test videos)
|
|
*.mp4
|
|
*.avi
|
|
*.mkv
|
|
*.mov
|
|
|
|
# Editor swap files
|
|
.*.swp
|
|
*.swp
|
|
|
|
# AI Coding context
|
|
.opencode/
|