# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pytest_cache/
.coverage
*.cover
.hypothesis/
.venv/
venv/
ENV/
env/
.env
.env.local

# Node / TypeScript
node_modules/
dist/
build/
*.tsbuildinfo
.npm
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Go
*.o
*.a
*.so
*.exe
*.exe~
*.dll
*.so
*.dylib
server/attest


# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
*.sublime-project
*.sublime-workspace

# OS
.DS_Store
Thumbs.db

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

# Build outputs
bin/
out/

# Internal docs (keep local, exclude from repo)
GTM.md
context.md
content/
phase2.md
.github/agents/*.agent.md

# Logs
*.log

# Compiled server binary
server/attest_server

# IETF build cache
.refcache/
