# 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
MANIFEST

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

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

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

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

# Wallets (IMPORTANT: Never commit real wallets!)
wallet.json
*.key
*.keypair

# Package builds
*.whl
*.tar.gz

# Logs
*.log
logs/

# Jupyter Notebook
.ipynb_checkpoints

# TypeScript/Node.js
node_modules/
dist/
*.tsbuildinfo
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
.pnpm-store/
pnpm-lock.yaml
coverage/
.turbo/

# Documentation builds
docs/_build/
site/
