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

!pyon/env/
!pyon/env/**

# Node.js / npm
node_modules/
package-lock.json
yarn.lock

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

# Environment
.env
.env.local

# Testing / Coverage
.coverage
htmlcov/
.pytest_cache/

# Project specific
/dev/*.pyc

# PyOn-Py Caches
pyodide_local/
packages_cache/
pyon.lock