Skip to content

Commit

Permalink
Adding prefect ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
lcdesilva committed Apr 14, 2023
1 parent 1c8ea30 commit 5775985
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .prefectignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# prefect artifacts
.prefectignore

# python artifacts
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg

# Type checking artifacts
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/

# IPython
profile_default/
ipython_config.py
*.ipynb_checkpoints/*

# Environments
.python-version
.env
.venv
env/
venv/

# MacOS
.DS_Store

# Dask
dask-worker-space/

# Editors
.idea/
.vscode/

# VCS
.git/
.hg/

0 comments on commit 5775985

Please sign in to comment.