File size: 109 Bytes
73b342f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Python
*.pyc
__pycache__/
venv/
*.env

# VS Code
.vscode/
.settings/
.cache/

# Other
*.log
*.swp
.DS_Store