# Byte-compiled / optimized files
__pycache__/
*.py[cod]
*$py.class
.DS_Store

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/

# Environments
.venv/
env/

# Tooling caches
.pytest_cache/
.ruff_cache/
.pyright/

# Editors
.idea/
.vscode/
