# Git .git/ .gitignore .gitattributes .gitea/ # Python artifacts __pycache__/ *.py[cod] *.so venv/ .venv/ *.egg-info/ # Release / build artifacts yt-local/ python/ get-pip.py *.7z *.zip build/ dist/ # IDE / editors .vscode/ .idea/ *.swp *.swo *~ # Testing / coverage .pytest_cache/ .coverage htmlcov/ tests/ # Data / user config data/ debug/ settings.txt # Docs docs/ *.md LICENSE # AI tools .kiro/ .claude/ .cursor/ _bin/ # Docker itself Dockerfile docker-compose*.yml