# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
env/
ENV/
.venv/

# uv
uv.lock
.python-version.lock

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Configuration
config/config.yaml
*.local.yaml

# SSL Certificates
certs/
*.crt
*.key
*.pem

# Logs
*.log
logs/

# Test vaults
tests/fixtures/test_vault/
test_vault/

# API keys and secrets
.env
.env.local
.envrc
api_key.txt

# Development
.ruff_cache/

# Backup files
*.tar.gz
*.zip
vault-backup-*

# Local scripts
scripts/*.local.sh
