# 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
.venv/
venv/
ENV/
env/

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

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

# OS
.DS_Store
Thumbs.db

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

# Ruff
.ruff_cache/

# Local config (user-specific)
.taskreporc

# Markdown files (ignore by default, allow specific ones)
*.md
!README.md
!CHANGELOG.md
!CONTRIBUTING.md

# Sensitive data patterns
*.pem
*.key
*.p12
*.pfx
*.cer
*.crt
.env
.env.*
!.env.example
*.secret
*.secrets
credentials.json
secrets.yaml
config.local.yaml
*.backup
*.bak

# Task repositories (user data - should not be in source repo)
tasks-*/

# PyPI/Twine
.pypirc

# Claude Code
.claude/
