Files
video-render/.gitignore
LeoMortari c5d3e83a5f #v2 - Inicia testes da v2
- Adiciona rastreamento de objetos
- Facial detection
- Legenda interativa
- Cortes mais precisos
- Refinamento do Prompt
2025-11-12 11:38:09 -03:00

35 lines
363 B
Plaintext

# Ignore Python files
*.pyc
*.pyo
*.pyd
/__pycache__/
*.egg-info/
.eggs/
dist/
build/
doc/
videos/
outputs/
.DS_STORE
# Ignore virtual envs
venv/
env/
.claude
# Ignore editor files
.idea/
*.swp
*.swo
# Ignore project files
*.tmproj
*.sublime-project
*.sublime-workspace
# Ignore git itself
.git
# Ignore mypy and pylint cache
.mypy_cache/
.pylint.d/
CLAUDE.MD