Files
video-render/.gitignore
2025-10-27 09:15:43 -03:00

34 lines
336 B
Plaintext

# Ignore Python files
*.pyc
*.pyo
*.pyd
__pycache__/
*.egg-info/
.eggs/
dist/
build/
doc/
videos/
outputs/
# Ignore virtual envs
venv/
env/
# 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/