19 lines
340 B
Plaintext
19 lines
340 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
|
|
.megamemory/
|