*.pyc
*.swp
*.swo
*~
.env
# .env backups (e.g. .env.bak.<timestamp>) hold live secrets -- never commit them.
.env.bak*
.env.*.bak
# Generated nginx site config. update.sh renders nginx.prod.conf.template ->
# nginx.prod.conf, substituting the real SITE_DOMAIN. The output is deliberately
# untracked so `git restore .` / `git pull` can't revert it to a broken
# __SITE_DOMAIN__ placeholder (which would take the site down), and so the live
# domain never lands in git. Edit nginx.prod.conf.template, not this file.
/nginx.prod.conf
# Core dumps. A crashing worker's CWD is the bind-mounted repo root, so native
# crashes drop ~200MB core files here. entrypoints set `ulimit -c 0` to stop
# them being written at all; this is a backstop so any that slip through (e.g.
# from a manual run) are never committed.
core
core.*
# Service account keys (e.g. Google Wallet) and signing certs (e.g. Apple Wallet)
# sit alongside .env at repo root. Root-only patterns so committed files in subdirs
# (fixtures, devcontainer, vscode, swag/) are unaffected.
/*.json
/*.p12
/*.pem
db.sqlite3
set_env.sh
fishauctions/customsettings.py
media/
auctions/templates/ads.txt
swag/
mediafiles/
staticfiles/
logs/
tos.html
auctions/static/js/vendor/Vosklet.wasm
auctions/static/models/vosk/vosk-model-small-en-us-0.15/am/final.mdl
auctions/static/models/vosk/vosk-model-small-en-us-0.15/conf/mfcc.conf
auctions/static/models/vosk/vosk-model-small-en-us-0.15/conf/model.conf
auctions/static/models/vosk/vosk-model-small-en-us-0.15/graph/disambig_tid.int
auctions/static/models/vosk/vosk-model-small-en-us-0.15/graph/Gr.fst
auctions/static/models/vosk/vosk-model-small-en-us-0.15/graph/HCLr.fst
auctions/static/models/vosk/vosk-model-small-en-us-0.15/graph/phones/word_boundary.int
auctions/static/models/vosk/vosk-model-small-en-us-0.15/ivector/final.dubm
auctions/static/models/vosk/vosk-model-small-en-us-0.15/ivector/final.ie
auctions/static/models/vosk/vosk-model-small-en-us-0.15/ivector/final.mat
auctions/static/models/vosk/vosk-model-small-en-us-0.15/ivector/global_cmvn.stats
auctions/static/models/vosk/vosk-model-small-en-us-0.15/ivector/online_cmvn.conf
auctions/static/models/vosk/vosk-model-small-en-us-0.15/ivector/splice.conf
auctions/static/models/vosk/vosk-model-small-en-us-0.15/am/
auctions/static/models/vosk/vosk-model-small-en-us-0.15/conf/
auctions/static/models/vosk/vosk-model-small-en-us-0.15/graph/
auctions/static/models/vosk/vosk-model-small-en-us-0.15/ivector/
auctions/static/js/vendor/Vosklet.wasm
auctions/static/models/vosk/vosk-model-small-en-us-0.15.tar.gz
.devcontainer/devcontainer-lock.json
# Vendored / minified third-party assets and collectstatic output.
# Source static assets (e.g. js/command_palette.js) are tracked, so do NOT
# blanket-ignore auctions/static/ — that silently drops new source files.
auctions/static/js/highcharts/
auctions/static/js/excanvas.js
auctions/static/css/Chart.min.css
# collectstatic output for third-party apps. STATIC_ROOT is now a dedicated
# volume (see docker-compose.yaml), so these should never appear here again --
# but if collectstatic is ever run in a checkout without the volume mounted, it
# would write these back into the source tree. Ignore them so they are not
# re-committed. (Genuine source dirs -- js/ css/ models/ vendor/ fonts/ and the
# root-level images/favicons -- are deliberately NOT listed and stay tracked.)
auctions/static/admin/
auctions/static/rest_framework/
auctions/static/autocomplete_light/
auctions/static/summernote/
auctions/static/location_field/
auctions/static/markdownfield/
auctions/static/django_tables2/
auctions/static/django_extensions/
auctions/static/webpush/
auctions/static/django_htmx/
auctions/static/bootstrap_datepicker_plus/
auctions/static/account/
auctions/static/el-pagination/
*.plist
