File: .gitignore

package info (click to toggle)
python-s3fs 2026.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 620 kB
  • sloc: python: 6,138; makefile: 190
file content (10 lines) | stat: -rw-r--r-- 94 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
*.pyc
.cache/
.pytest_cache/
.python-version
.idea/
__pycache__
dist/
*.egg-info
build/
venv/