aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4c3cd2d356d3291bee5f317a3255d395dcb8b7ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

# Logs
*.log