# Python / uv
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
.uv/
.uv-cache/
*.so
.env
.env.*
!.env.example

# Generated static files — produced at build time, never committed
api/src/ankor/static/

# Bundled wheel (never commit — installed from PyPI at build time)
example/ankor.whl

# Node / Vite
node_modules/
dist/
dist-ssr/
*.local
.pnpm-store/

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

# Editor / OS
.DS_Store
.idea/
*.swp
*.swo
Thumbs.db
