# ATLAS
config/.env.development
config/.env.development.feature
config/.env.development.main
config/.env.staging
config/.env.production
config/dev_certs
create/txt/output/*
letsencrypt/
var/lib/letsencrypt/
telemetry_span_registry.db
*.db
deploy/production/.atlas-deploy-config.json
frontend/.env
frontend/package-lock.json
frontend/node_modules
appendonly.aof
dump.rdb
deploy/certs/
deploy/staging/logs/**
*.key
*.crt
*.pem
deploy/docker/
create/output/*
source_examples/
models/**
models/bert_1890_1900_st/
load_tests/reports/*
data_backup/phoenix/*

# Analysis outputs - exclude all generated analysis files
analysis/output/*

# Darwin analysis scripts - internal development only
analysis/analyze_darwin_spans.py

# Chroma database directories - exclude all binary DB files (too large for git)
backend/chroma_db/
*/chroma_db/
# Exclude chromadb runtime changes but allow baseline files
backend/targets/chroma_db/
targets/chroma_db/
# Allow baseline chroma_db files for initial setup
!backend/targets/chroma_db/chroma.sqlite3
!backend/targets/chroma_db/1240b255-4bfa-405f-916a-0101f7283624/
!backend/targets/chroma_db/1240b255-4bfa-405f-916a-0101f7283624/*.bin
!backend/targets/chroma_db/1240b255-4bfa-405f-916a-0101f7283624/*.pickle
# SQLite WAL and shared memory files
*.sqlite3-wal
*.sqlite3-shm


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

# C extensions
*.so

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

# Node dependencies
vue/node_modules
vue/package-lock.json


# misc
.DS_Store
.envTrim Trailing Whitespace


npm-debug.log*

# 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
.hypothesis/
.pytest_cache/
test-reports/

# pyenv
.python-version

# Local virtual environment directories
.venv/
venv/
venv.bak/
venv.bk/
# Isolated venvs used for vector store creation (GPU/CPU)
.venv-vs-gpu/
.venv-vs-cpu/
.venv.vs-gpu/
.venv.vs-cpu/

# VS Code
.vscode/

# Generated files
frontend/public/logout.html
frontend/dist/

# Load Testing Results (exclude sensitive performance data)
load_tests/reports/
load_tests/results/
load_tests/*.log


