# Python virtual environments
.venv/
env/
venv/
ENV/

# uv specific paths (if using uv's project caching)
.uv/

# Python bytecode cache
__pycache__/
*.py[cod]
*$py.class

# Mac system files
.DS_Store.
