18 lines
197 B
Plaintext
18 lines
197 B
Plaintext
# Ignore artifacts and non-source files
|
|
.github
|
|
*.py
|
|
*.md
|
|
|
|
# Build outputs & caches
|
|
**/dist
|
|
**/types
|
|
**/node_modules
|
|
**/coverage
|
|
**/.cache
|
|
**/docs/build
|
|
*.tsbuildinfo
|
|
|
|
# Lock files
|
|
pnpm-lock.yaml
|
|
|