Files
autoMate/.gitignore
2024-04-12 14:46:07 +08:00

17 lines
192 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
main.spec