preflight: scaffold + context files
This commit is contained in:
33
interview-agent/.gitignore
vendored
Normal file
33
interview-agent/.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.DS_Store
|
||||
__pycache__
|
||||
.idea
|
||||
KMS
|
||||
.venv
|
||||
.vscode
|
||||
*.egg-info
|
||||
.pytest_cache
|
||||
.ruff_cache
|
||||
|
||||
# Claude Code
|
||||
.claude/settings.local.json
|
||||
.claude/worktrees/
|
||||
|
||||
# OpenAI Codex
|
||||
.codex/config.local.toml
|
||||
|
||||
# Gemini CLI
|
||||
.gemini/history/
|
||||
.gemini/tmp/
|
||||
.gemini/google_accounts.json
|
||||
.gemini/installation_id
|
||||
.gemini/oauth_creds.json
|
||||
|
||||
# Cursor
|
||||
.cursor/chat/
|
||||
.cursor/rules/*.local.mdc
|
||||
|
||||
# GitHub CLI
|
||||
.github/personal-instructions.md
|
||||
Reference in New Issue
Block a user