Skip to content

Commit

Permalink
add pycache and pyc exclusion in gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Courivaud <[email protected]>
  • Loading branch information
rcourivaud committed Jun 11, 2024
1 parent c1ff41e commit 78029b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ yarn-error.log*
.clever.json

# Data Stack
.pyc
__pycache__
analytics/dagster/storage/

0 comments on commit 78029b5

Please sign in to comment.