mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Instead of a "create-settings" command, which didn't contain all the options and was a bit awkward, we now have specific settings used for different things.
92 lines
1.2 KiB
Plaintext
92 lines
1.2 KiB
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# PyInstaller
|
|
# Usually these files are written by a python script from a template
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.coverage
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
settings/*_extra.py
|
|
*.sqlite
|
|
/CACHE
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# PyBuilder
|
|
target/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# External Libraries
|
|
wger/core/static/yarn
|
|
node_modules
|
|
/.yarn/install-state.gz
|
|
|
|
# Virtual envs
|
|
.venv
|
|
venv
|
|
venv-wger
|
|
.python-version
|
|
|
|
# Dummy translation files to copy to react or flutter repo
|
|
/wger/i18n.tsx
|
|
/wger/i18n.dart
|
|
/wger/app_en.arb
|
|
|
|
# Other files and folders
|
|
/coverage.lcov
|
|
/media/
|
|
/static/
|
|
/db/
|
|
/extras/docker/open-food-facts/dump/*.tar.gz
|
|
/extras/docker/open-food-facts/dump/off/*
|
|
/extras/authors/commits_cache/
|
|
/extras/authors/*-AUTHORS.md
|
|
/extras/scripts/*.json
|
|
|
|
# macOS
|
|
.DS_Store
|