Files
Pr3tz/.gitignore
T
2026-06-04 03:49:56 -04:00

31 lines
259 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
# Blender auto-saves and temp files
*.blend1
*.blend2
*.blend@
*.bak
/output/
# Virtual environments
.venv/
venv/
env/
# IDE
.vscode/
.idea/
*.swp
# OS
.DS_Store
Thumbs.db