# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.pyright/
.ruff_cache/

# ConformDAG generated output
.conformdag/
reports/
benchmark-results/

# Local tools and secrets
.codex/
openspec/
.env
.env.*
!.env.example
.infisical.json

# Build artifacts
dist/
build/
*.whl

# OS/editor files
.DS_Store
.idea/
.vscode/
