# Business context
CLAUDE.private.md
docs/private/

# Secrets & Umgebung
.env
.env.local
.env.*.local

# Python
pipeguard/_version.py
__pycache__/
*.py[cod]
*.pyo
.venv/
venv/
env/
dist/
build/
*.egg-info/
.eggs/
*.egg

# Testing & Coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# IDE
.vscode/settings.json
.idea/
*.swp
*.swo

# PipeGuard-spezifisch
.pipeguard-cache/
.pipeguard/tmp/

# macOS
.DS_Store

# Distribution
*.tar.gz
*.whl
