mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
This now is automatically setup with docker compose, also the script has been moved to a management command, which is cleaner
81 lines
1.1 KiB
Plaintext
81 lines
1.1 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*.py
|
|
*.sqlite
|
|
/CACHE
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# PyBuilder
|
|
target/
|
|
|
|
# IDE
|
|
.idea/
|
|
|
|
# External Libraries
|
|
wger/core/static/yarn
|
|
node_modules
|
|
|
|
# Virtual envs
|
|
venv
|
|
venv-wger
|
|
|
|
# Dummy translation files to copy to react or flutter repo
|
|
/wger/i18n.tsx
|
|
|
|
# Will need to copy these files to the flutter repo
|
|
/wger/i18n.dart
|
|
/wger/app_en.arb
|
|
/coverage.lcov
|
|
/media/
|
|
/static/
|
|
/extras/docker/open-food-facts/dump/*.tar.gz
|
|
/extras/docker/open-food-facts/dump/off/*
|