Roll the working tree back to the last approved shape, before the post-LICENSE span that false-greened the AFI parity matrix with symbol-presence probes and smuggled an unauthorized SQLAlchemy dependency into FastAPI's Shapes binding.
Forward commit, not a history rewrite — the six commits since 4effcc7 stay in the log as the record of what happened.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
37 lines
472 B
Plaintext
37 lines
472 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.egg-info/
|
|
.venv/
|
|
*.db
|
|
uv.lock
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
package-lock.json
|
|
|
|
# Rust — every crate's build dir, anywhere in the tree
|
|
target/
|
|
**/target/
|
|
|
|
# Playwright
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Build artifacts
|
|
examples/django-react-desktop-app/frontend/dist/
|
|
examples/django-react-site/harness/src/api/generated.*
|
|
examples/django-react-site/harness/test-results/
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
*.pem
|
|
*.key
|