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

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

# Virtual environments
.venv/
venv/

# Test and lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Local env files
.env
.env.*
