# Python cache files and build artifacts
__pycache__/
*.pyc
**.egg-info
build/
.pytest_cache/

# Virtual environments
.venv/
venv/
env/

# Environment and version files
.envrc
.env
.python-version

# Editor settings
.vscode/

# Project-specific directories
site/
runtime/
logs/
node_modules/
.next/

# Package manager files
uv.lock

# Logs
*.log

# System files
.DS_Store
