.Python
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
# [Ss]cripts
pyvenv.cfg
.venv
pip-selfcheck.json


# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
etc/
share/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# dotenv
.env
.env.local
*.env
!test.env

# virtualenv
.venv/
venv/
ENV/


# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml

# datafiles
*.vec
*.db

# Pycharm
*.idea/

# Local development Related Files
tattle-api-google.json
credentials.json

# Mac files
.DS_Store

# Docker logs
.ci/.docker/*
.docker/*
# src/core/operators/sample_data/
# sample_data/**
# a temporary folder made by denny.
# it is safe to delete this line if you no longer see this folder in the root folder
_docs
# YOLO segement pt file
src/core/operators/yolov8n-seg.pt

# SonarQube
.scannerwork

# Audio and Video Files
**100_audio_files/
**50_audio_files/
**audio_files/
**video_files/

**credentials.json

# memray
**.bin
**.html

# pyinstrument
**.json

# locust
**.csv

# Audio CNN model
src/core/operators/cnn/panns_data

# uv
uv.lock
benchmark/images/
benchmark/videos/
