Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 60 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,74 @@
config/agent_config.yaml
tool/add_header.sh

# Python
.venv
venv/
__pycache__/
*.egg-info
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Tests
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/
tests/

# Jupyter
*.ipynb
.ipynb_checkpoints

# Project specific
output/
data/
src/output/
repo_data/
docs/.cache/

# Environment variables
.env*
*.env
**/.env
**/.env.*

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.log
*.bak
30 changes: 0 additions & 30 deletions DOCKER_README.md

This file was deleted.

Loading