Skip to content

Commit 7e3e35c

Browse files
authored
Create .gitignore
1 parent 8909f58 commit 7e3e35c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Python artifacts
2+
__pycache__/
3+
*.pyc
4+
*.pyo
5+
*.pyd
6+
7+
# Virtual environments
8+
.env
9+
.venv
10+
env/
11+
venv/
12+
ENV/
13+
14+
# Application-generated data files
15+
# These should not be tracked by Git as they represent user data, not source code.
16+
tasks.json
17+
task_report.txt
18+
19+
# Jupyter Notebook checkpoints
20+
.ipynb_checkpoints

0 commit comments

Comments
 (0)