# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# UV
uv.lock
.python-version

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/
/results/

# Ruff
.ruff_cache/

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Distribution
*.whl
*.tar.gz

# Local Gitea setup guide (optional)
SETUP-GITEA.md

# Claude Code instructions (keep in StyledConsole-Internal)
CLAUDE.md

# Large font files (downloaded at runtime)
src/styledconsole/export/fonts/*.ttf

# CI/CD Infrastructure (local Proxmox only - keep in StyledConsole-Internal)
Jenkinsfile
infrastructure/
.jenkins/
.harbor/
