__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
*.db
.greploom/
.DS_Store
*.swp
*~
venv/
.venv/

# Test output
/test-output/

# Secrets and credentials
.env
.env.local
.env.*.local
*.key
*.pem
*.p12
*.pfx
credentials.json
secrets.yaml
secrets.yml
*_key.txt
*_token.txt
*_secret.txt
api_keys.txt
tokens.txt
