autoMate/.gitignore
2024-04-10 15:07:11 +08:00

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