mirror of
https://github.com/yuruotong1/autoMate.git
synced 2025-12-26 05:16:21 +08:00
19 lines
202 B
Plaintext
19 lines
202 B
Plaintext
|
|
# Ignore IDE and editor files
|
|
.idea/
|
|
.vscode/
|
|
dist/
|
|
# Ignore environment-specific files
|
|
.venv
|
|
config.yaml
|
|
|
|
build/
|
|
cache
|
|
**.lock
|
|
# Ignore Python cache files
|
|
**/__pycache__/
|
|
/session
|
|
|
|
*.spec
|
|
|
|
agent/model |