# Dependencies node_modules/ .venv/ venv/ __pycache__/ # Data & assets *.mp3 *.wav *.mp4 *.jpg *.png *.pdf data/ datasets/ # Build artifacts dist/ build/ *.pyc .pytest_cache/ # Old/archived **/archived/ **/old/ dev_diary/ # IDE .vscode/ .idea/ *.swp # Misc .DS_Store .env