# ============================================================
# PETP .gitignore
# ============================================================

# IDE
.idea/
.vscode/
.claude/

# Build artifacts
*.tar
*.whl

# macOS
.DS_Store

# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
*.egg

# Distribution / packaging
.Python
build/PETP
build/PETP_background

!build/debug_runtime.py
dist/
*.manifest

# PyInstaller generated spec (rebuilt from build/*.spec)
PETP.spec
PETP_background.spec
PETP_debug.spec

# Runtime output
download/*
!download/.gitkeep
log/*
!log/.gitkeep

# Environments
.env
.venv
env/
venv/

# Testing / coverage
htmlcov/
.coverage
.cache

# Logs
*.log

# mypy
.mypy_cache/

# Editor backups
*.bak
*~
*.swp

# Snagit source files
*.snagx

# Project-specific
/CLAUDE.md
/webapp/CLAUDE.md
/AGENT.md
backup/
