aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 8804e74c0b5d7a1d956efe934176f105930b6fb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Files to ignore when adding and committing files to a repository
.DS_Store
Thumbs.db

# Test Server certificate and keys
*.pem

*.py[cod]
*$py.class

# virtualenv
.venv/
venv/

# PyCharm
.idea

# VS Code
.vscode