__pycache__/
*.py[cod]
.venv/
venv/
dist/
build/
*.egg-info/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
pymergetic/metal/cdn/_version.py
client/*.egg-info/
pymergetic_metal_cdn_client.egg-info/
.DS_Store
*.swp
.env
.data/
out/
.publish/
.keys/
deploy/nginx/certs/*.crt
deploy/nginx/certs/*.key
deploy/certbot/conf/
deploy/certbot/www/
*.pem
*.der
*.sig
*.crt
*.db
*.sqlite3

# Browser MicroPython REPL binaries (copied from ports/webassembly build)
pymergetic/metal/cdn/web/static/repl/*.mjs
pymergetic/metal/cdn/web/static/repl/*.wasm
pymergetic/metal/cdn/web/static/repl/*.map
!pymergetic/metal/cdn/web/static/repl/README.md
!pymergetic/metal/cdn/web/static/repl/.gitkeep
