Update .gitignore to ignore temporary and test directories
This commit is contained in:
@@ -3,9 +3,9 @@ import os, sys
|
||||
sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
|
||||
|
||||
import asyncio
|
||||
import nest_asyncio
|
||||
# import nest_asyncio
|
||||
# nest_asyncio.apply()
|
||||
|
||||
nest_asyncio.apply()
|
||||
import time
|
||||
import json
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user