25 lines
392 B
Plaintext
25 lines
392 B
Plaintext
# Ignore everything in the .venv folder
|
|
.venv/
|
|
.vscode/settings.json
|
|
.pnpm-store/
|
|
.env
|
|
|
|
# Cursor IDE configuration
|
|
.cursor/
|
|
.cursorrules
|
|
|
|
# Internal development documentation (not for public repo)
|
|
docs/cursor-prompts/
|
|
docs/FIX_PACKAGE_PLAN.md
|
|
docs/GITHUB_COMMENTS.md
|
|
BUGFIX_DOCUMENTATION.md
|
|
|
|
# Local agent knowledge DB / cache
|
|
.memory/
|
|
decisions/
|
|
gates/
|
|
knowledge/
|
|
plans/
|
|
voyage/
|
|
.worktrees/
|