# 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/
venv/
ENV/

# Databases
*.db
sitetrust.db
gatekeep402.db
gatekeep402_demo.db

# Testing & Coverage
.pytest_cache/
.coverage
htmlcov/

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

# External repos
openlibx402/

# Wallets & Keypairs (Private Keys)
devnet-test-wallet.json
*wallet*.json
*keypair*.json
*.json.key

# Local Solana Validator ledger
test-ledger/
