Files
dss/.gitignore
2025-12-11 18:55:57 -03:00

73 lines
686 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
*.egg-info/
dist/
build/
# Node
node_modules/
npm-debug.log*
yarn-error.log*
# Environment
.env
.env.local
*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
# Testing
.pytest_cache/
coverage/
.coverage
# Databases
*.db
*.sqlite
*.sql
*.db.old
# Cache
.cache/
.dss-temp/
.dss/cache/
# Temp files (exclude all except README and .gitkeep)
.dss/temp/**/*
!.dss/temp/.gitkeep
!.dss/temp/README.md
# Backups
*.backup
*.bak
*~
*.corrupted.*
archive/
test_output/
# Build
dist/
.next/
out/
storybook-static/
venv/
# Local MCP config (generated by ./scripts/setup-mcp.sh)
.claude/mcp.json