# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
ziran/_version.py
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/

# uv
uv.lock

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

# Testing
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover
.hypothesis/

# mypy
.mypy_cache/
dmypy.json

# ruff
.ruff_cache/

# Environment variables
.env
.env.local

# OS
.DS_Store
Thumbs.db

# MkDocs
site/

# Output
reports/
ziran_results/
ziran-results.sarif
.claude/
