# Python __pycache__/ *.pyc *.pyo *.pyd .Python *.egg-info/ dist/ build/ # Environment .env *.env # Testing .pytest_cache/ .coverage htmlcov/ # Temp files (video processing) tmp/ *.tmp # IDE .vscode/ .idea/ .specify/ .claude/ # OS .DS_Store Thumbs.db