clean up
Some checks failed
quality-gates / lint-and-test (push) Has been cancelled
quality-gates / security-scan (push) Has been cancelled
quality-gates / playwright-smoke (push) Has been cancelled
quality-gates / playwright-full (push) Has been cancelled

This commit is contained in:
2026-02-13 17:17:31 -05:00
parent 42fcb1a468
commit b176bff2fd
79 changed files with 3828 additions and 16976 deletions

79
.gitignore vendored Normal file
View File

@@ -0,0 +1,79 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
.venv/
venv/
env/
ENV/
# Environment variables
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
# Database
*.db
*.sqlite
*.sqlite3
# Logs
*.log
logs/
# Node.js (for e2e tests)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Playwright (e2e tests)
e2e/test-results/
e2e/playwright-report/
e2e/playwright/.cache/
# OpenSpec
.openspec/
# Docker
.dockerignore
# Misc
*.bak
*.tmp
.cache/
backend/static