# Logs & Caches
logs/
*.log
__pycache__/
.pytest_cache/
.ruff_cache/
.DS_Store

# Environments & Dependencies
node_modules/
venv/
.venv/
.env
*.pem

# Build & Static
dist/
build/
