# Secrets - NEVER commit
.env
.env.*
!.env.example
*.pem
*.key
secrets.*
*_secret*
*.secret

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# Node
node_modules/
npm-debug.log*
yarn-error.log*
*.tsbuildinfo
coverage/

# Internal planning docs - NOT for the public repo
resultsza-sdk-build-plan.md
*-build-plan.md

# Editors / OS
.DS_Store
.idea/
.vscode/
*.swp
