conf/db.yaml
conf/db_pwd.example
conf/db_pwd
.devenv-vars.json
.devenv/
django-settings.json
#frozen_east_text_detection.pb
# Byte-compiled / optimized / DLL files
.direnv/
.venv/
__pycache__/
*.py[cod]
*$py.class
*.kate-swp
db.sqlite3
conf/
.direnv/
logs/
.env
result
result/
result/*
data/
endoreg-db/
lx-annotate/endoreg-db/
# ignore any file that ends with .env anywhere
**/*.env
.devenv/
.direnv/
.devenv.flake.nix
devenv.lock
.devenv.nix
.env
flake.json
.make-cache/
.staticfiles/
staticfiles
./frontend/public/video.mp4
libs/
# C extensions
*.so
results/
# Distribution / packaging
.Python
build/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
EAST/
.venv/
.lx-annotate-static.*

# 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/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

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

# Django SQLite database (if you use SQLite in development)
db.sqlite3

# Django static files generated by collectstatic (do not version generated assets)
staticfiles/
# (Also ignore media files if they are generated)
media/

# Log files and directories
logs/
*.log

# -------------------------------
# Environment & Local Configurations
# -------------------------------
# If you don’t want to version your local development environment files, you can ignore these:
devenv.lock
# (Uncomment if you decide not to version these development configs)
# devenv.yaml
# devenv.nix

# Django settings symlink generated by Nix (points to a system store, may vary between machines)
django-settings.json
# Also ignore the result symlink
result

# -------------------------------
# Python virtual environments
# (Usually these are created outside the project, but if you accidentally include one, ignore it)
venv/
.env/

# -------------------------------
# Node / NPM related (for the root and frontend)
# -------------------------------
node_modules/
frontend/node_modules/
static/img/frames_demo/*

# -------------------------------
# Frontend build and Vite-related files
# -------------------------------
# Although your Vite config outputs to ../static (which is versioned in STATICFILES_DIRS),
# you don’t want to commit any other generated files.
# (If you ever have a build folder inside the frontend directory, ignore it)
frontend/dist/

# -------------------------------
# OS-specific files
# -------------------------------
.DS_Store
Thumbs.db

# -------------------------------
# Editor and IDE settings
# -------------------------------
.vscode/
.idea/
*.sublime-workspace
*.sublime-project

# -------------------------------
# Temporary files
# -------------------------------
*.tmp
*.swp
.env
.env

*./conf

secret.key

./lx-terminology-editor
./lx-report-generator
study_data/*.csv
dist/*