first commit
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv*/
|
||||
venv*/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
#Others
|
||||
.DS_Store
|
||||
|
||||
.cursor/rules/
|
||||
uv.lock
|
||||
.mcp_feedback_settings.json
|
||||
test_reports/
|
||||
Reference in New Issue
Block a user