File: .gitignore

package info (click to toggle)
python-seedir 0.5.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,392 kB
  • sloc: python: 2,758; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#testing script
seedir/seedir_testing.py
seedirpackagetesting.py

# Compiled python modules.
*.pyc
seedir/__pycache__

# Setuptools distribution folder.
/dist/
/build/

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

# Mac specific editing files
.DS_Store
**/.DS_Store

.ipynb_checkpoints
*/.ipynb_checkpoints/*