Files
ss-tools/.gitignore
busya ec6421de35 rename ss-tools to superset-tools across the entire project
- Replace all occurrences of 'ss-tools' with 'superset-tools' in 104 files
- Rename git bundle file ss-tools.bundle → superset-tools.bundle
- Update .gitignore pattern accordingly
- Preserve variable names (hasSsTools etc.) and code identifiers
2026-06-16 11:15:19 +03:00

111 lines
1.4 KiB
Plaintext
Executable File

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.venv
venv/
ENV/
env/
backend/backups/*
# Node.js
frontend/node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.svelte-kit/
.vite/
build/
dist/
.env*
!.env.example
config.json
package-lock.json
# Logs
*.log
*.log.*
logs/
backend/logs/
backend/backend.log
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Project specific
*.ps1
keyring passwords.py
*github*
*tech_spec*
/dashboards
dashboards_example/**/dashboards/
backend/mappings.db
backend/tasks.db
backend/auth.db
semantics/reports
backend/**/*.db
backend/**/*.sqlite
backend/:memory
# Universal / tooling
node_modules/
.venv/
coverage/
coverage-summary/
*.tmp
.coverage
*.cover
coverage_html_backend/
coverage_html_frontend/
audit_report.txt
check_semantics.py
docs_audit_report.txt
run_mcp.py
semantic_audit_report.md
.axiom/checkpoints
.axiom/runtime/
# Semantic index binaries (regenerated on each rebuild)
.axiom/semantic_index/*.duckdb
**/.axiom/semantic_index/*.duckdb
# Pytest temp artifacts
.axiom/temp/
# E2E screenshots
e2e_*.png
#generated doxygen
docs/api/html
superset-tools.bundle
# Axiom semantic index (auto-generated)
.axiom/
# Generated audit reports
axiom-mcp-tools-audit-report.md