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

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

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

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Environment variables
.env
.env.local
.env.*.local

# GhostQA project config and evidence
.ghostqa/config.yaml
.ghostqa/evidence/
evidence/
**/evidence/**/*.png

# OS
.DS_Store
Thumbs.db
.mcpregistry_*
*.token
