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

# C extensions
*.so
*.dylib

# Environments
.env
.venv
venv/

# Pytest
.pytest_cache/

# IDEs
.vscode/
.idea/

# Local configuration
.agent-py/

# HRest temporary files
hrest-req-contract.json
hrest-res-contract.json
hrest-req.lock
hrest-res.lock

# Rust / Cargo
target/
