File: .gitignore

package info (click to toggle)
python-memory-profiler 0.61-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 540 kB
  • sloc: python: 2,220; makefile: 33
file content (16 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.idea
.vscode
dist
build
MANIFEST
*.egg-info
*.pyc
*~
.coverage

# Ignore mprof generated files
mprofile_*.dat

# virtual environment
venv/
.python-version