# OS specific
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
*.swp
*.swo
*~

# IDEs and Editors
.vscode/
!.vscode/extensions.json
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# Environment
.env
.env.local
.env.*.local
*.local

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Python
__pycache__/
*.py[cod]
*$py.class
*.pyc
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
env/
ENV/
.python-version
*.egg-info/
dist-python/
build/
*.egg
.uv-cache

# Node.js / Frontend
node_modules/
dist/
dist-ssr/
.vite/
*.tsbuildinfo
.eslintcache
.npm
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# Archives
archive/
legacy/

# Local data
/cli/src/mycode_cli/server/static/

# Config with secrets (use config.example.json as template)
config.json

# AI Agents
CLAUDE.md
.claude/
GEMINI.md
.gemini/
.pi/
