# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
.eggs/

# Virtual environments
venv/
.venv/
env/

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

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

# TrustPipe data (user layer — never commit)
*.db
~/.trustpipe/

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local
