forked from repo-mirrors/dbt-core
114 lines
1.2 KiB
Plaintext
114 lines
1.2 KiB
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env*/
|
|
dbt_env/
|
|
build/
|
|
!tests/functional/build
|
|
!core/dbt/docs/build
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
logs/
|
|
.user.yml
|
|
profiles.yml
|
|
|
|
# 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
|
|
.coverage.*
|
|
.cache
|
|
.env
|
|
nosetests.xml
|
|
coverage.xml
|
|
*,cover
|
|
.hypothesis/
|
|
test.env
|
|
makefile.test.env
|
|
*.pytest_cache/
|
|
|
|
# Unit test artifacts
|
|
index.html
|
|
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# PyBuilder
|
|
target/
|
|
|
|
# Ipython Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# Emacs
|
|
*~
|
|
|
|
# Sublime Text
|
|
*.sublime-*
|
|
|
|
# Vim
|
|
*.sw*
|
|
|
|
# Pyenv
|
|
.python-version
|
|
|
|
# Vim
|
|
*.sw*
|
|
|
|
# pycharm
|
|
.idea/
|
|
venv/
|
|
|
|
# AWS credentials
|
|
.aws/
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
|
|
# vscode
|
|
.vscode/
|
|
*.code-workspace
|
|
|
|
# poetry
|
|
poetry.lock
|
|
|
|
# asdf
|
|
.tool-versions
|