22 lines
230 B
Plaintext
22 lines
230 B
Plaintext
# Exclude tests
|
|
tests/
|
|
|
|
# Exclude GitHub workflows
|
|
.github/
|
|
|
|
# Exclude documentation (except README)
|
|
CLAUDE.md
|
|
CHANGELOG.md
|
|
CONTRIBUTING.md
|
|
docs/
|
|
|
|
# Exclude dev files
|
|
.env*
|
|
.claude/
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Exclude misc
|
|
*.log
|
|
.DS_Store
|