38 lines
307 B
Plaintext
38 lines
307 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*$py.class
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Environment
|
|
.env
|
|
*.env
|
|
|
|
# Testing
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Temp files (video processing)
|
|
tmp/
|
|
*.tmp
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
.specify/
|
|
.claude/
|
|
docs/
|
|
specs/
|
|
tests/
|
|
CLAUDE.md
|
|
pytest.ini
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|