Files
autoMate/.gitignore
2024-05-06 10:41:13 +08:00

17 lines
189 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