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

# Virtual environments
env/
venv/
.env
.venv
Pipfile
Pipfile.lock

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

# Testing & linting caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
test_output.txt
coverage.xml

# Imprint runtime config (user-specific)
config.toml

# ── SECURITY: Never commit these ──────────────────────

# Claude Code local settings (CONTAINS API KEYS!)
.claude/
CLAUDE.md

# ── Legacy v2 files (superseded by pyproject.toml) ────

install_cli.py
scripts/
imprint-cli-v2/

# ── Internal development docs (not for public repo) ───

Implementation.md
Imprint_Workflow.md

# ── Temp/debug files ──────────────────────────────────

tmp_winget.txt
winget.json
