Files
namecheap-api/.gitignore
kaffa 87e7f2a590 Exclude prices.db from version control
Auto-updated database file should not be tracked in git.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 12:40:35 +09:00

17 lines
161 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Environment variables
.env
# Database
prices.db