Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
84 changes: 46 additions & 38 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,57 +1,65 @@
# Intellij IDEA
.idea

# Jupyter Notebooks
.ipynb_checkpoints
# MacOS
.DS_Store
# pip install -e generated
cdapython.egg-info

# Python
*.pyc
**/*.py[cod]
**/__pycache__
dist/
__pycache__/
*$py.class

# pip install -e generated
*.egg-info/

# Intellij
.idea/

# pytest
.pytest_cache
# Google credentials files
**/GCS-service-account-key.*

#virtualenv
venv
venv8
#vscode
# Virtual environment files
/venv*/
.vscode
.env

monkeytype.*
# Jupyter Notebooks
.ipynb_checkpoints
*/.ipynb_checkpoints/*

# IPython
profile_default/
ipython_config.py

dist
#sonrqube scanner
.scannerwork
/notebooks/example-dev.ipynb
typeReport

.DS_Store
.pymon
*.Q
*.tsv
*.csv
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.nox
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Data Files
**/*.Q
**/*.tsv
**/*.csv

# Extras

.pymon
monkeytype.*
.pytype
.mypy_cache
.coverage
.venv
venv*
venv2
.ven3
.venv_11
ven3
.nox
.pytype
venv11
.coverage
.coverage.*
config-dev.ini
.DS_Store
.ruff_cache
.DS_Store
venv*
.DS_Store
Loading