# secrets — never commit
.env
*.env
!*.env.example

# python
__pycache__/
*.pyc
.venv/
.pytest_cache/
.ruff_cache/
dist/
*.egg-info/

# node / astro
node_modules/
sites/**/dist/
sites/**/.astro/

# c#
addon/**/bin/
addon/**/obj/
*.user

# os / editor
.DS_Store

# wrangler local state
.wrangler/
sites/**/.wrangler/
