Files
padelnomics/.gitignore
Deeman dc58e96896 feat(i18n): add report_q1_* strings in EN and DE + gitignore _build/
- en.json: 26 new report_q1_* keys for landing page (eyebrow, subtitle,
  4 stat labels, TOC items, email gate copy, download CTA, privacy note)
- de.json: native German equivalents (Sprachmittlung — not calque)
- .gitignore: add data/content/reports/_build/ (generated PDFs, not committed)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 07:52:06 +01:00

64 lines
808 B
Plaintext

# Personal / project-root
/CLAUDE.md
.bedrockapikey
.live-slot
.worktrees/
.claude/worktrees/
.bedrock-state
toggle-bedrock.sh
# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
.uv/
# Environment — .env is a decrypted artifact (gitignored)
# .env.*.sops files are encrypted and committed intentionally
.env
.env.local
# Database
*.db
*.db-shm
*.db-wal
*.duckdb
*.duckdb.wal
data/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Testing
.pytest_cache/
.hypothesis/
.coverage
htmlcov/
# Logs
logs/
# SQLMesh cache
transform/sqlmesh_padelnomics/.cache/
# Build
dist/
build/
*.egg-info/
# Local binaries (tailwindcss, sops, age)
bin/
web/src/padelnomics/static/css/output.css
# Generated report PDFs (built locally via make report-pdf, not committed)
data/content/reports/_build/