# ========================================== # HuggingFace CrownCode Backend - .gitignore # ========================================== # Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ env/ ENV/ .venv/ .env .env.* !.env.example # Build/Distribution build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .nox/ coverage.xml *.cover *.py,cover # Type checking .mypy_cache/ .dmypy.json dmypy.json .pyre/ .pytype/ # IDE .vscode/ .idea/ *.swp *.swo *~ # Logs *.log logs/ # OS .DS_Store Thumbs.db # Temporary files tmp/ temp/ *.tmp *.bak *.backup _dashboard_temp.png _*_temp.png # Models and large files models/ *.pth *.pt *.ckpt *.safetensors *.h5 *.pkl *.bin # Training data and audio files data/ *.wav *.mp3 *.flac *.mp4 *.avi test_audio/ # Temporary scripts run_extract.py # Jupyter Notebooks checkpoints .ipynb_checkpoints/ # Secrets secrets/ credentials/ *.pem *.key # YouTube OAuth (Crown Commend) client_secret*.json token.json generate_youtube_token.py commend_history.json