47 lines
731 B
Plaintext
47 lines
731 B
Plaintext
# Environment / secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
venv/
|
|
.venv/
|
|
*.log
|
|
|
|
# Node / frontend
|
|
node_modules/
|
|
dist/
|
|
.vite/
|
|
npm-debug.log*
|
|
|
|
# PocketBase data
|
|
pb_data/
|
|
pb_migrations/*.local.js
|
|
|
|
# Local Firecrawl clone (docker-compose.yml's firecrawl-* build context —
|
|
# a third-party repo, not Bettersight code; re-clone with
|
|
# `git clone https://github.com/firecrawl/firecrawl.git`)
|
|
/firecrawl/
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Google service account credentials
|
|
*service-account*.json
|
|
|
|
# Local Claude Code / agent tooling — not project code
|
|
.agents/
|
|
.claude/
|
|
skills-lock.json
|
|
|
|
# Personal working files, not part of the app
|
|
G Compete App V1.xlsx
|