mirror of
https://github.com/furyhawk/agent_alpha.git
synced 2026-07-20 10:15:33 +00:00
18 lines
189 B
Plaintext
18 lines
189 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Frontend
|
|
frontend/node_modules/
|
|
frontend/dist/
|