autoMate/.gitignore
2024-05-22 18:19:46 +08:00

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