# Git .git .gitignore .gitattributes .github # Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ ENV/ env/ .env backend/venv/ # Node.js node_modules/ npm-debug.log yarn-debug.log yarn-error.log frontend/podcraft/node_modules/ # Build files frontend/podcraft/build/ frontend/podcraft/dist/ # Audio and temp files temp_audio/ temp/ backend/temp_audio/ backend/temp/ # Editor directories and files .idea/ .vscode/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db