Skip to content

Commit 24aeef7

Browse files
Add .gitignore file to exclude common Python artifacts.
Signed-off-by: Leander Stephen D'Souza <leanderdsouza1234@gmail.com>
1 parent e16e742 commit 24aeef7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
venv/
2+
__pycache__/
3+
*.pyc
4+
.pytest_cache/
5+
*.egg-info

0 commit comments

Comments
 (0)