Initial project setup
This commit is contained in:
Executable
+23
@@ -0,0 +1,23 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
accounts_*.txt
|
||||
mail_credentials.txt
|
||||
*.txt
|
||||
!requirements.txt
|
||||
|
||||
config.json
|
||||
config.local.json
|
||||
|
||||
*.log
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
DrissionPage/
|
||||
autoPortData/
|
||||
Reference in New Issue
Block a user