Files
acemcp/.gitignore
2025-11-19 15:05:48 +08:00

18 lines
159 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
venv
# ai
.cunzhi-memory/
.kilocode/
# IDE
.idea