# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
build/
dist/
.eggs/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/
.venv/
venv/
env/
.python-version

# Ferryte local state
.ferryte/
.ferryte-*/
.recall/
ferryte.db
*.duckdb

# Node / Next.js
node_modules/
.next/
out/
.turbo/
*.tsbuildinfo
next-env.d.ts

# Editors / OS
.vscode/
.idea/
.DS_Store
*.swp

# Secrets
.env
.env.local
.env.*.local

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Confidential internal docs — NEVER push to the public repo
# (business strategy, pricing, target accounts, competitor/gap analysis, internal dev notes)
/OFFLINE_DEV.md
/launch/strategy_and_todo.md
/launch/cloud_enterprise_plan.md
/launch/memory_landscape.md
/launch/report_launch_kit.md
/launch/ferryte_the_business_book.md
# The complete guide is being kept internal for now (removed from the public repo)
/launch/ferryte_the_complete_guide.md
/launch/ferryte_the_complete_guide_readable.pdf
/launch/ferryte_pdf_build/
