# Secrets
.env

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

# Build / packaging artifacts
build/
dist/
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/
env/

# Tooling / OS
.mypy_cache/
.pytest_cache/
.ruff_cache/
.DS_Store
