__pycache__/
*.pyc
*.pyo
*.pyd
.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

# Virtual environments
venv/
ENV/
env/
.venv

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

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

# Zexus specific
.zexus_persist/
*.zx.compiled
zpm_modules/
*.log

# Temporary files
/tmp/
*.tmp
*.bak

# ===================================
# RUNTIME STATE (NEVER COMMIT THESE)
# ===================================

# Blockchain/Contract State
chain_data/
*.sqlite
*.db

# Audit Logs
audit_logs/
*.audit

# Generated Files
generated.py
generated.cpp
generated.zx
*.generated.*

# Test Artifacts
test_*.txt
*_output.txt
calculation.txt
shared.txt

# Temporary Scripts
script.py
analytics.py
demo_*.py

# Keys and Secrets
*.key
*.pem
SSH_PUBLIC_KEY.txt

# Cache and Runtime Data
.mypy_cache/
*.cache
