# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Virtual envs
.venv/
venv/

# Build artifacts
build/
dist/

# Tooling caches
.ruff_cache/
.mypy_cache/
.pytest_cache/
.jscpd/
.coverage
htmlcov/
coverage.xml

# Secrets / local config
.env
