17 lines
531 B
Plaintext
17 lines
531 B
Plaintext
.DS_Store
|
|
*.pyc
|
|
*.egg-info
|
|
*.swp
|
|
tags
|
|
node_modules
|
|
__pycache__
|
|
|
|
# Local e-taxes cabinet probes — live JWTs, Redux dumps, screenshots with real
|
|
# taxpayer data. Whole folder ignored.
|
|
.etaxes_notes/
|
|
# Per-app translation copies (az.po/ru.po) are generated and overwritten by the
|
|
# az_locale app on every `bench migrate` (setup_locale). Masters live in the
|
|
# az_locale repo, so keeping these tracked only dirties the tree and blocks
|
|
# `git pull`. Untrack them; main.pot (the extraction template) stays tracked.
|
|
taxes_az/locale/*.po
|