# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig

# Created by https://www.gitignore.io/api/macos,visualstudiocode,python
# Edit at https://www.gitignore.io/?templates=macos,visualstudiocode,python

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# 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
.cache
*.cover
.coverage
.coverage.*
coverage.xml
htmlcov/
.hypothesis/
nosetests.xml
.nox/
.pytest_cache/
.tox/
src/dispatch/static/test/unit/coverage/
src/dispatch/static/test/e2e/reports/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Scrapy stuff:
.scrapy

# PyCharm
.idea

# Sphinx documentation
docs/.docusaurus

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
#   However, in case of collaboration, if having platform-specific dependencies or dependencies
#   having no cross-platform support, pipenv may install dependencies that don’t work, or not
#   install all needed dependencies.
#Pipfile.lock


# SageMath parsed files
*.sage.py

# Environments
.env
!data/.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.vscode/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

### VisualStudioCode Patch ###
# Ignore all local history of files
.history

### Vuejs ###
# Recommended template: Node.gitignore

assets.json
node_modules*
node_modules/
npm-debug.log*
release
selenium-debug.log
yarn-debug.log*
yarn-error.log*
yarn.lock

# End of https://www.gitignore.io/api/macos,visualstudiocode,python

# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)

### Vim ###
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim
Sessionx.vim

# Temporary
.netrwhist
*~
# Persistent undo
[._]*.un~

# Ignore exuberant ctags, and other tags files
tags

# exclude docker env files
docker/.env

# exclude data dump files
*.dump

.gitconfig

# Playwright
/test-results/
/playwright-report/
/playwright/.cache/
/tests/static/e2e/artifacts/*
src/dispatch/static/dispatch/tests/__snapshots__
src/dispatch/static/dispatch/coverage

# Typescript
components.d.ts
*.lock
log/*

# redis
*wal
*shm

migrations

# poetry
poetry.lock

FEATURE.md
