# Environments
.env
.venv
env/
venv/
ENV/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Rust
target/
**/*.rs.bk

# Caches and tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/
.nox/

# Scriber specific
.scriber/
scriber_pack.md
*.scriber_pack.md
context.md
audit*.html

# IDEs and Editors
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
