mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 08:35:57 +00:00
33 lines
348 B
Plaintext
33 lines
348 B
Plaintext
# Development files
|
|
tsconfig.json
|
|
.vscode/
|
|
.git/
|
|
.gitignore
|
|
|
|
# Documentation
|
|
PLAN.md
|
|
SUMMARY.md
|
|
plan/
|
|
media/
|
|
|
|
# Internal contributor/agent instructions — not for distribution
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
|
|
# Build artifacts
|
|
*.log
|
|
npm-debug.log*
|
|
.DS_Store
|
|
|
|
# Tests (if any)
|
|
test/
|
|
tests/
|
|
*.test.ts
|
|
*.spec.ts
|
|
|
|
.pi
|
|
.claude
|
|
.vscode
|
|
.github/
|
|
biome.json
|
|
coverage/ |