__pycache__/
*.pyc
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.json
dist/
build/
*.egg-info/

# Local credentials — never commit (home: ~/Projects/tuliplabs/secrets.env)
.env
secrets.env
