# Build artifacts
/dist/
/build/
*.spec

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/
*.egg-info/
dist/
build/

# Node
node_modules/
.npm
.yarn
.pnp.*

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
npm-debug.log*
yarn-debug.log*

# Local env
.env
.env.local

# Forge
.forge-updater/
forge-package.json
forge-release.json
