File: .gitignore

package info (click to toggle)
python-redisearch-py 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,356 kB
  • sloc: python: 1,689; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
*
!/**/
build
dist
.env
!.gitignore
!requirements.txt
!**/*.py
!**/*.csv
!**/*.md
!.circleci/config.yml
venv/