File: .gitignore

package info (click to toggle)
python-opentimestamps 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 308 kB
  • sloc: python: 1,764; makefile: 4; sh: 3
file content (10 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
*.pyc

local*.cfg

build/
dist/
opentimestamps.egg-info/

#Idea IDE
.idea/