# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
ENV/
env/
.venv

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

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

# Logs
*.log
/tmp/iatp_logs/
flight_recorder.jsonl

# OS
.DS_Store
Thumbs.db

# Go
sidecar/go/iatp-sidecar
sidecar/go/go.sum

# Docker
*.tar

# Temporary files
tmp/
*.tmp
.env
.env.local
MANIFEST
# Secrets - NEVER commit these
.pypirc
*.pem
*.key