preflight: scaffold + context files
This commit is contained in:
73
interview-agent/.dockerignore
Normal file
73
interview-agent/.dockerignore
Normal file
@@ -0,0 +1,73 @@
|
||||
# Project tests
|
||||
test/
|
||||
tests/
|
||||
eval/
|
||||
evals/
|
||||
|
||||
# Python bytecode and artifacts
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Caches and test output
|
||||
.cache/
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
coverage/
|
||||
|
||||
# Logs and temp files
|
||||
*.log
|
||||
*.gz
|
||||
*.tgz
|
||||
.tmp
|
||||
.cache
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# VCS, editor, OS
|
||||
.git
|
||||
.gitignore
|
||||
.gitattributes
|
||||
.github/
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
|
||||
# Project docs and misc
|
||||
README.md
|
||||
CONTRIBUTING.md
|
||||
LICENSE
|
||||
|
||||
# Coding agent files
|
||||
.claude/
|
||||
.codex/
|
||||
.cursor/
|
||||
.windsurf/
|
||||
.gemini/
|
||||
.cline/
|
||||
.clinerules
|
||||
.clinerules/
|
||||
.aider*
|
||||
.cursorrules
|
||||
.cursorignore
|
||||
.cursorindexingignore
|
||||
.clineignore
|
||||
.codeiumignore
|
||||
.geminiignore
|
||||
.windsurfrules
|
||||
CLAUDE.md
|
||||
AGENTS.md
|
||||
GEMINI.md
|
||||
.github/copilot-instructions.md
|
||||
.github/personal-instructions.md
|
||||
.github/instructions/
|
||||
Reference in New Issue
Block a user