Files
padelnomics/.gitignore
2026-02-27 14:03:40 +01:00

65 lines
827 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/
_serving_meta.json