# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# PyInstaller
*.spec.bak

# Virtual environments
venv/
.venv/
env/

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

# OS files
.DS_Store
Thumbs.db
desktop.ini

# Logs
*.log
logs/

# Local data (wallets, settings - user-specific)
data/
*.wallet

# Private development files (internal docs, notes, etc.)
private/

# Environment variables
.env
.env.local

# Test artifacts
.pytest_cache/
.coverage
htmlcov/

# Windows reserved names (should never exist but just in case)
nul
NUL
