# Secrets
.env

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
.installed.cfg

# Build artifacts
build/
dist/
wheels/
*.whl

# Virtual environments
.venv/
venv/
env/

# Testing / caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

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

# uv
uv.lock
