# Build artifacts
*.exe
*.dll
*.so
*.dylib

# Go
backend/mesedi-dev.db
backend/mesedi-dev.db-*
backend/*.test
backend/coverage.out

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp

# Env
.env
.env.local
backend/.env

# Future subdirs
sdk-python/__pycache__/
sdk-python/.venv/
sdk-python/dist/
sdk-python/*.egg-info/
sdk-typescript/node_modules/
sdk-typescript/dist/
sdk-typescript/dist-sandbox/
dashboard/node_modules/
dashboard/.next/

# Nested __pycache__ caches (any package directory)
**/__pycache__/

# In-place sed backup files
*.bak

# Synthetic-org local runtime state
synthetic-org/.venv/
synthetic-org/session-*.json
synthetic-org/continuous_traffic.log
synthetic-org/continuous_traffic.log.*

# Internal-only docs — pricing strategy, roadmap timelines,
# competitive notes. Never commit these to a public repo.
ROADMAP.md
NOTES.md
PRICING.md
INTERNAL_*.md
