mirror of
https://github.com/giancarloerra/socraticode.git
synced 2026-06-02 06:23:43 +02:00
37 lines
466 B
Plaintext
37 lines
466 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
|
|
|
|
# MCP Registry auth tokens
|
|
.mcpregistry_*
|
|
|
|
# Snyk Security Extension - AI Rules (auto-generated)
|
|
# Personal instructions (Copilot)
|
|
.github/instructions/
|