django_records/.gitignore

16 lines
169 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.python-version
# Specific to this repo
uv.lock
db.sqlite3