## Pootle ##
# /docs/
/docs/_build/
/docs/icons.rst.inc

# /pootle/assets/*/
/pootle/assets/

# /pootle/dbs/
/pootle/dbs/*.db

# /pootle/locale/*/LC_MESSAGES/
/pootle/locale/*/LC_MESSAGES/

# /pootle/translations/
/pootle/translations/*
!/pootle/translations/tutorial/
!/pootle/translations/terminology/

# /pootle/.pootle_fs/
/pootle/.pootle_fs/*/

# /pootle/static/translations/*
/pootle/static/translations/

# Select2 l10n
/pootle/static/js/select2_l10n/*
/pootle/static/js/package-lock.json

# /pootle/settings/
/pootle/settings/*-local.conf

# TTK checks descriptions template
/pootle/templates/help/_ttk_quality_checks.html

# General
*.bak
*.prefs
*.stats
*.pending
*.po.tm
.translation_index
.DS_Store

# Django cache
*.djcache

# npm
node_modules/

# webpack
.module-cache
*.bundle.js
*.bundle.js.map

# Temporary/local files
~*

# ViM-generated
*.swn
*.swo
*.swp
*~

# Emacs-generated
.#*
\#*#

# Ignore stuff from the 'gh-pages' branch
assets/
_layouts/
_site/

# Build stuff
dist/
build/
Pootle.egg-info/

# PyDev (Intellij) local configuration folder
.idea

# local log direcotry
log/

# Eclipse PyDev projects
.project
.pydevproject

# Python
.eggs
.tox

# custom manage shell script
rqworker
manage

.coverage

.cache

pytest_pootle/data/po/.tmp


# Generated by tests
*.zip
store0.po


## Python ##
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

.env
docker-compose.override.yml
