aurask/.gitignore
2026-04-16 17:36:44 +08:00

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