# Python cache and bytecode
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pyc

# Virtual environments
.venv/
env/
venv/
ENV/

# IDE/editor config
.vscode/
.idea/

# OS system files
.DS_Store

# Logs, DBs, and temp files
*.log
*.pid
*.sqlite3
*.db
*.swp

# Persistent data (contracts, conversations)
data/
!data/sku_catalog_v2.json

# Test output files
full_cycle_*.json

# Environment and secrets
.env
.env.*

# Build artifacts
*.tar
*.bak
__docker_build__/

# Node/Frontend (if ever added)
node_modules/
dist/
build/
npm-debug.log
yarn-debug.log
logs/
