Auto-updated database file should not be tracked in git. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
161 B
Plaintext
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
|