__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
.ace/
.ruff_cache/
.pytest_cache/
.pyright/
.direnv/

# Environment files - NEVER commit these!
.env
.env.*
.envrc
!.env.example
