nca-toolkit / .gitignore
ismdrobiul489's picture
Initial deployment with LFS
1aa90a9
raw
history blame contribute delete
255 Bytes
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
dist/
*.egg-info/
.env
.venv
.idea/
.vscode/
*.log
# Generated media
data/
temp/
videos/
*.mp4
# Ignore generated audio but keep static assets
*.mp3
!static/music/*.mp3
*.wav
.DS_Store