mirror of
https://github.com/furyhawk/agent_alpha.git
synced 2026-07-21 02:25:34 +00:00
20 lines
125 B
Plaintext
20 lines
125 B
Plaintext
# Python
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
.env
|
|
.venv
|
|
*.egg-info
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|