blob: 0a3bad0d7909aadf69de625028edd33c4db78ff0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Files to ignore when adding and committing files to a repository
.DS_Store
Thumbs.db
*.py[cod]
*$py.class
# virtualenv
.venv/
venv/
# PyCharm
.idea
# VS Code
.vscode
|