Skip to content
Snippets Groups Projects
Commit 4637f2bc authored by Roang's avatar Roang
Browse files

Update .gitignore

parent 98ea9b8a
Branches
No related tags found
No related merge requests found
# OS-specifc cache files # Django secret key
.DS_Store src/hub/settings/.settings.secret
Thumbs.db
# Python cache files # direnv
*.pyc .envrc
__pycache__/
# Dev environment settings
docker-compose.local.yml
dev.env
# editor config # editor config
/.idea/ /.idea/
/.vscode/ /.vscode/
# OS-specifc cache files
.DS_Store
Thumbs.db
# generic temporary or backup files # generic temporary or backup files
*.bak *.bak
*.tmp *.tmp
~* ~*
bak/ bak/
tmp/
# venv stuff # Byte-compiled / optimized / DLL files
venv/ __pycache__/
bin/ *.py[cod]
include/ *$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/ lib/
lib64 lib64/
pyvenv.cfg parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache .cache
src/hub/settings/.settings.secret coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
.tools/
# direnv # Translations
.envrc *.mo
*.pot
# Dev environment settings # Django stuff:
docker-compose.local.yml *.log
dev.env local_settings.py
db.sqlite3
db.sqlite3-journal
coverage.xml # IPython
profile_default/
ipython_config.py
# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
.pdm.toml
.pdm-python
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Cython debug symbols
cython_debug/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment