1 changed files with 31 additions and 0 deletions
@ -0,0 +1,31 @@ |
|||||||
|
# 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 |
||||||
Loading…
Reference in new issue