# Python bytecode / caches
__pycache__/
*.pyc
*.pyo
*.pyd

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

# Test / type caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Editor / OS junk
.DS_Store
.idea/
.vscode/
*.swp

# Secrets — don't ever ship these
.env
.pypirc
