# Exclude build artifacts
target/
**/*.pyc
**/__pycache__/

# Exclude large TCK feature suite (not needed for cargo build)
tests/tck/

# Exclude Python venv and test outputs
.venv/
venv/
*.egg-info/

# Exclude docs and deploy artifacts
docs/
deployment/

# Exclude git metadata
.git/
.github/
