generated from john/python-template
33 lines
480 B
Plaintext
33 lines
480 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Environment secrets
|
|
.env
|
|
.env.production
|
|
|
|
# SQLite database
|
|
*.db
|
|
|
|
# All data including db, backups, document images, photos, and logs:
|
|
data/*
|
|
data/backups/*
|
|
data/documents/*
|
|
data/logs/*
|
|
data/photos/*
|
|
|
|
# Migration tests
|
|
data-migration-test/*
|
|
.migration-bundle/*
|
|
|
|
# Cloudflare tunnel local runtime files
|
|
deploy/cloudflared/config.yml
|
|
deploy/cloudflared/credentials.json
|