File: .gitignore

package info (click to toggle)
python-youless-api 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: python: 683; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 181 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# Compiled python modules.
*.pyc

# Setuptools distribution folder.
/dist/
/build

# Python egg metadata, regenerated from source files by setuptools.
*.egg-info
*.egg
.eggs

.idea/