first commit
This commit is contained in:
54
.gitignore
vendored
Normal file
54
.gitignore
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user