.git/
.gitignore
.gitattributes

__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
ENV/
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/

.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

tests/
docs/
azure-pipelines/
k8s/
ddl/
sh/
docker-compose.yml

.env
.env.*
!.env.example

logs/
timeline/
log_agent/
recordings/
backup_logs_*/
src/logs/
src/timeline/

tmp/
temp/
*.tmp
