Skip to content

Commit

Permalink
Add .gitignore file
Browse files Browse the repository at this point in the history
This commit introduces a .gitignore file to the project. The file is configured to ignore .idea, __pycache__, and venv directories, ensuring that these directories are not tracked by Git.
  • Loading branch information
zyberzebra committed May 3, 2024
1 parent 7e5aad8 commit 3e8c23f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.idea/
__pycache__/
venv/

0 comments on commit 3e8c23f

Please sign in to comment.