Skip to content

Commit

Permalink
feat: ignore all .py files that begin with a "+"
Browse files Browse the repository at this point in the history
  • Loading branch information
metaboulie committed May 27, 2024
1 parent fb5c3ee commit 282bdf2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
*.csv
*.pdf

# Ignore Python files that start with a '+'
# This means that you can experiment with new code
# and then easily exclude it from the repository
\+*.py

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down

0 comments on commit 282bdf2

Please sign in to comment.