Files
padelnomics/.gitignore
Deeman 5b074b8508 chore: delete .env.example, clarify .gitignore for sops files
.env.example replaced by .env.dev.sops. Added comment explaining that
.env.*.sops files are encrypted and committed, while .env is a
decrypted artifact that stays gitignored.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 17:18:39 +01:00

61 lines
687 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/
# Tailwind CSS
bin/tailwindcss
web/src/padelnomics/static/css/output.css