Skip to content

Commit

Permalink
Updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
davids60 committed Jan 6, 2026
1 parent d046bfa commit 6da1fa3
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 @@ -3,6 +3,9 @@ __pycache__/
*.py[cod]
*$py.class

# Data files
data/*

# C extensions
*.so

Expand Down Expand Up @@ -154,6 +157,8 @@ dmypy.json
# Cython debug symbols
cython_debug/

#VS Code
/.vscode/*
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
Expand Down

0 comments on commit 6da1fa3

Please sign in to comment.