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

# uv / venv
.venv/

# Test / tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage

# Secrets — never commit plaintext credentials
.env
*.env

# Editor / OS
.DS_Store
.idea/
.vscode/

# .NET (for later)
bin/
obj/
