podcraft_web_app / .gitignore
Nagesh Muralidhar
make changes
1bcce96
raw
history blame contribute delete
525 Bytes
backend/app/__pycache__
backend/.env
frontend/podcraft/node_modules
backend/.venv/
backend/venv/
.DS_Store
frontend/podcraft/.DS_Store
backend/.DS_Store
frontend/.DS_Store
backend/temp_audio/*
!backend/temp_audio/Default/
!backend/temp_audio/Default/final_podcast.mp3
backend/temp/*
backend/app/agents/__pycache__/
# Docker
.env
temp_audio/
temp/
# Python
__pycache__/
*.py[cod]
*$py.class
# Node.js
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
# Build files
frontend/podcraft/build/
frontend/podcraft/dist/