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

# Virtual environments
.venv/
venv/
env/
ENV/

# Build / packaging
build/
dist/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# IDE / editors
.vscode/
.idea/
*.code-workspace

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.lnk

# Windows shell / icon caches
Icon?
._*

# macOS
.DS_Store

# Logs
*.log

# Local screenshots / exports
screens/
