Skip to content

Commit 05e4d70

Browse files
committed
Add .gitignore for environment, OS, and IDE files
1 parent 730de6b commit 05e4d70

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# macOS
2+
.DS_Store
3+
4+
# Environment variables
5+
.env
6+
.env.*
7+
8+
# Python
9+
__pycache__/
10+
*.py[cod]
11+
12+
# Virtual environments
13+
venv/
14+
.venv/
15+
16+
# IDEs
17+
.vscode/
18+
.idea/
19+
20+
# Logs
21+
*.log

0 commit comments

Comments
 (0)