File: .gitignore

package info (click to toggle)
ruby-spamcheck 1.10.1-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 668 kB
  • sloc: python: 1,261; ruby: 484; makefile: 54; sh: 13
file content (18 lines) | stat: -rw-r--r-- 194 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Directories
__pycache__/
tmp/
ssl/

# ML model files
**/*.tflite
**/*.pickle
classifiers/

# Files
*.pyc
api/v1/*.py
config/config.yml
docs/api/v1/*
ruby/spamcheck/*_pb.rb
.DS_Store
.coverage