umap/.gitignore
David Larlet a1916ea15b
chore: add tx (transifex executable) to gitignore
With the recommended way to install their CLI tool (https://developers.transifex.com/docs/cli) you end up having that executable within your umap workspace.
2024-06-20 11:06:31 -04:00

27 lines
355 B
Text

### UMap ###
umap/settings/local.py
umap/settings/local/*
docs/_build
umap/remote_static
tmp/*
umap/static/umap/vendors
site/*
.pytest_cache/
node_modules
umap.conf
data
./static
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
# Distribution / packaging
build/
dist/
*.egg-info/
playwright/.auth/
test-results/
### Transifex ###
tx