55 lines
500 B
Plaintext
55 lines
500 B
Plaintext
# OS / editor
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.python-version
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.hypothesis/
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
htmlcov/
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.dev
|
|
!.env.example
|
|
|
|
# Runtime artifacts
|
|
logs/
|
|
timeline/
|
|
log_agent/
|
|
recordings/
|
|
backup_logs_*/
|
|
src/logs/
|
|
src/timeline/
|
|
.run/
|
|
|
|
# Documentation / temporary
|
|
docs/_build/
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Cache
|
|
cache/
|