# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/

# Test and coverage artifacts
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Type-checker and linter caches
.mypy_cache/
.ruff_cache/

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

# IDE and editor files
.idea/
.vscode/
*.swp

# Local environment and credentials
.env
.env.*
!.env.example
*.pfx
*.p12
*.pem
*.key

# Local official-contract evidence bytes
.f0/
