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