# Documentation
*.md
LICENSE

# Python package
spec_check/**/*.py
spec_types/**/*.py
tests/**/*.py

# Test project
test-project/**/*.py
test-project/**/*.md
test-project/.specallowlist
test-project/.gitignore
test-project/pyproject.toml

# Configuration files
pyproject.toml
uv.lock
.specallowlist

# DSL type definitions
.spec-types/**/*.yaml
tests/fixtures/**/*.yaml

# Git configuration
.gitignore
.github/workflows/*.yml
.github/workflows/*.yaml

# Claude Code configuration
.claude/settings.json
.claude/hooks/session-start

# Git hooks (version controlled)
hooks/pre-commit
hooks/parse_ci_workflow.py
