HMP / .gitignore
GitHub Action
Sync from GitHub with Git LFS
316a753
raw
history blame
390 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# SQLite DB
agent_storage.db
agent_data.db
# Environment
.env
.venv/
env/
venv/
# VS Code
.vscode/
*.code-workspace
# Logs and debug
*.log
# OS-specific
.DS_Store
Thumbs.db
# PyInstaller
*.spec
dist/
build/
# Jupyter (на случай экспериментов)
.ipynb_checkpoints/
# System folders
.idea/