# Ignore Python cache files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
ENV/
env/
.venv/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/

# Ruff
.ruff_cache/

# OS files
.DS_Store
Thumbs.db

# Local config
.env
.env.local
*.local.yaml

# Downloaded files
*.part
downloads/

# AI Agents (Private workflow files)
.sisyphus/
.gemini/
agents/
*.plan
plans/
brain/

# Internal reports (not for public)
GITHUB_ACTIONS_FAILURE_REPORT.md
[Aa]gents.md
AGENTS.md

# Homebrew tap (should be in separate repo)
.homebrew-tap/

# Kotlin scripts
*.main.kts
