first jiwoos commit
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.env
|
||||
.env.*
|
||||
|
||||
logs/
|
||||
jobs/
|
||||
output/
|
||||
playwright-user-data/
|
||||
playwright-user-data-runtime-*/
|
||||
|
||||
baseball_logs.db
|
||||
*.log
|
||||
|
||||
.gemini/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.vscode/
|
||||
.idea/
|
||||
test_file/
|
||||
Reference in New Issue
Block a user