Initial project import
This commit is contained in:
+44
@@ -0,0 +1,44 @@
|
||||
# ---------------------------------------------------------------------------
|
||||
# AI Trailer Generator v2 — .gitignore
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
*.whl
|
||||
.venv/
|
||||
venv/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.pytest_cache/
|
||||
|
||||
# Project-generated artefacts (potentially huge)
|
||||
.cache/
|
||||
output/
|
||||
proxy/
|
||||
*.mp4
|
||||
*.mov
|
||||
*.mxf
|
||||
*.wav
|
||||
*.mp3
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.png
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Secrets / local overrides
|
||||
.env
|
||||
config.local.toml
|
||||
Reference in New Issue
Block a user