mirror of
https://18126008609:longquanjian123@gitee.com/feigong123/aurask.git
synced 2026-04-19 12:18:24 +00:00
27 lines
224 B
Plaintext
27 lines
224 B
Plaintext
# Intellij
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
|
|
# Mac
|
|
.DS_Store
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.venv/
|
|
venv/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# Eclipse
|
|
**/*.project
|
|
**/*.classpath
|
|
**/*.settings
|