File: .gitignore

package info (click to toggle)
python-roborock 3.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,912 kB
  • sloc: python: 14,982; makefile: 17
file content (21 lines) | stat: -rw-r--r-- 224 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
dist
venv
.venv
.idea
roborock/__pycache__
*.pyc
.coverage

# Sphinx documentation
docs/_build/

# mkdocs documentation
/site
/docs/build/
.DS_Store

# gemini-cli settings
.gemini/

# GitHub App credentials
gha-creds-*.json