File: .gitignore

package info (click to toggle)
python-altruistclient 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 220 kB
  • sloc: python: 198; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 150 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Build artifacts
build/
dist/
*.egg-info/

# Python cache
__pycache__/
*.py[cod]
.pytest_cache
.mypy_cache

# Virtual environments
.env/
.venv/
venv/