pg-api 0.1.0

A high-performance PostgreSQL REST API driver with rate limiting, connection pooling, and observability
# Generated by Cargo
/target/
Cargo.lock

# Config files with sensitive data
config/accounts.json
config/server.json
config/accounts-production.json
config/*-production.json

# Environment files
.env
.env.*
*.env
!.env.example

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Logs
*.log
logs/
debug.log

# Development tools
.crush/
.claude/

# Deployment files
deploy/
dist/
*.tar.gz
*.zip
setup.py
install.sh
*.service
*.conf

# License files (generated)
license_*.json
license_*.txt
evoluame_*.json
evoluame_*.txt
*_opensearch_token.json

# Backup files
*.backup
*.bak
*.old

# Test coverage
coverage/
*.profraw
*.profdata

# Documentation tools
.aicontract.md
GEMINI.md
CLAUDE.md
CRUSH.md

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
ENV/

# Certificates
*.pem
*.key
*.crt
*.cer
!examples/**