Video_generator / .gitignore
parthraninga's picture
Upload 6 files
f4b1e74 verified
raw
history blame contribute delete
519 Bytes
# Environment files
.env
.env.local
.env.production
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
# Generated videos
*.mp4
*.mov
*.avi
# Manim outputs
media/
new*.py
# Temporary files
*.tmp
*.temp
# OS files
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Logs
*.log
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST