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

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
make_dist.sh

# Virtual environments
.venv/
venv/
env/

# Test / coverage artifacts
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store

# cofferdam: never commit real policy files or secrets
# (example policies under tests/ and examples/ are intentionally safe fixtures)
environment_policy.toml
*.secret.toml
.env
