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

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

# Test / tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.cache/

# Build artifacts
build/
dist/
*.egg-info/

# IDE / OS
.idea/
.vscode/
.DS_Store
