Files

21 lines
192 B
Plaintext

# IDEA 相关文件(关键)
.idea/
*.iml
*.iws
*.ipr
/workspace.xml
/shelf/
/target/
/out/
# Python 相关文件
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/
venv/
.venv/
.env/