This repository was archived by the owner on Mar 20, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
115 lines (113 loc) · 2.11 KB
/
.gitignore
File metadata and controls
115 lines (113 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
*$py.class
**/*.log
**/.venv
**/__pycache__/
**/http-client.private.env.json
# Temporary scratch planning docs (TODO, implementation plans)
**/*[Tt][Oo][Dd][Oo]*.md
**/*[Ii][Mm][Pp][Ll][Ee][Mm][Ee][Nn][Tt][Aa][Tt][Ii][Oo][Nn]_[Pp][Ll][Aa][Nn]*.md
*.iml
*.pem
*.plan
*.py[cod]
*.suo
*.terraform.lock.hcl
*.tfplan
*.tfplan.*
*.tfstate
*.tfstate.*
*.tfvars
*.tfvars.json
*.tsbuildinfo
*.user
*.zip
*_override.tf
*_override.tf.json
*storybook.log
.cache/
.claude/
.claude/agents/
.coverage*
.coverage/
.cursor/
.cursor/rules/
.cursorrules
.DS_Store
.env
.env.local
.eslintcache
.gemini/
.github/copilot-instructions.md
.mcp.json
.mypy_cache
.next/
.pytest_cache
.ropeproject/
.ruff_cache
.terraform.lock.hcl
.terraform/
.terraformrc
.turbo/
.uv-cache/
.venv/
.vercel/
.windsurf/
.windsurfrules
AGENTS.md
AI_EVALUATION_BENCHMARK_REPORT.md
*_REPORT.md
docs/implementation/
build/
CLAUDE.md
coverage.*
coverage/
crash.*.log
crash.log
dist/
drizzle/
frontend/functions/
frontend/playwright-report/
frontend/playwright/.cache/
frontend/test-results/
functions/**/requirements.txt
GEMINI.md
htmlcov/
models/
node_modules/
openapi.json
out/
override.tf
override.tf.json
sentence-transformers/
storybook-static/
temp/
*.tmp
temp_*
terraform.rc
testing_results/*
!testing_results/.gitkeep
test-results/
tfplan
venv/
.kreuzberg/
# Cloud Functions - temporary deployment files
functions/*/packages/
.idea/
.vscode/
# AI Rules generated files
.codex/skills/grantflow-dev-prerequisites/SKILL.md
.codex/skills/grantflow-architecture/SKILL.md
.codex/skills/grantflow-cicd-standards/SKILL.md
.codex/skills/grantflow-multitenant-security/SKILL.md
.codex/skills/grantflow-task-automation/SKILL.md
.codex/skills/grantflow-testing-strategy/SKILL.md
.codex/skills/typescript-5-strictest/SKILL.md
.codex/skills/grantflow-pubsub-communication/SKILL.md
.codex/skills/grantflow-api-design/SKILL.md
.codex/skills/postgres-sqlalchemy-standards/SKILL.md
.codex/skills/grantflow-llm-integration/SKILL.md
.codex/skills/python-3-13-async/SKILL.md
.codex/skills/grantflow-dev-workflow/SKILL.md
.codex/skills/grantflow-testing-guide/SKILL.md
.codex/
.codex/skills/grantflow-async-patterns/SKILL.md