a73x

.specify/extensions/verify/.gitignore

Ref:   Size: 319 B

# Local configuration overrides
*-config.local.yml

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Build artifacts
dist/
build/
*.egg-info/

# Temporary files
*.tmp
.cache/