mirror of
https://github.com/giancarloerra/socraticode.git
synced 2026-06-01 22:18:57 +02:00
41 lines
544 B
Plaintext
41 lines
544 B
Plaintext
node_modules/
|
|
dist/
|
|
*.tsbuildinfo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE / editor
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# Environment & secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Coverage & logs
|
|
coverage/
|
|
*.log
|
|
|
|
# Lock files (cross-process locking runtime artifacts)
|
|
.socraticode-locks/
|
|
|
|
# AI / tool config (local)
|
|
.qodo
|
|
.claude
|
|
|
|
# Private planning / internal docs
|
|
.private/
|
|
|
|
# MCP Registry auth tokens
|
|
.mcpregistry_*
|
|
|
|
# Snyk Security Extension - AI Rules (auto-generated)
|
|
# Personal instructions (Copilot)
|
|
.github/copilot-instructions.md
|
|
.github/instructions/
|