node_modules

# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build

# Built artifacts (rebuilt by hatch build hook during install)
/netrun_ui_backend/static/
/netrun_ui_backend/vis_assets/

# OS
.DS_Store
Thumbs.db

# Env
.env
.env.*
!.env.example
!.env.test

# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
dist/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# mypy
.mypy_cache/
