# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.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

# PyCharm
.idea/

# VS Code
.vscode/
*.code-workspace

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# pytest
.pytest_cache/
.coverage
htmlcov/

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Frontend build artifacts
frontend/dist/
frontend/build/
frontend/.vite/
frontend/node_modules/

# Logs
logs/
*.log

# OS
.DS_Store
Thumbs.db
desktop.ini

# Lodestar runtime state (DO NOT COMMIT)
.lodestar/runtime.sqlite
.lodestar/runtime.sqlite-*
.lodestar/*.db
.lodestar/*.db-*

node_modules/

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

# Temporary files
*.tmp
*.temp
*.swp
*.swo
*~
