You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
314 B
31 lines
314 B
# Byte-compiled / optimized / DLL files |
|
__pycache__/ |
|
*.py[cod] |
|
*$py.class |
|
|
|
# C extensions |
|
*.so |
|
|
|
# Distribution / packaging |
|
dist/ |
|
build/ |
|
*.egg-info/ |
|
|
|
# Virtual environments |
|
venv/ |
|
env/ |
|
.env/ |
|
|
|
# IDE specific files |
|
.idea/ |
|
.vscode/ |
|
|
|
# Compiled Python files |
|
*.pyc |
|
|
|
# Logs |
|
*.log |
|
|
|
# OS generated files |
|
.DS_Store |
|
Thumbs.db
|
|
|