74f845b06d
* fix: Dockerfile python main.py 改为uv run main.py * fix(dockerfile): 减少重复安装 * fix: 修复一些细节问题 * fix(.dockerignore): 需要git文件夹以获取astrbot版本(带git commit hash后缀) * fix(.dockerignore): uv run之前会uv sync
22 lines
413 B
Plaintext
22 lines
413 B
Plaintext
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
|
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
|
# github actions
|
|
.github/
|
|
.*ignore
|
|
# User-specific stuff
|
|
.idea/
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
# Environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv*/
|
|
ENV/
|
|
.conda/
|
|
dashboard/
|
|
data/
|
|
changelogs/
|
|
tests/
|
|
.ruff_cache/
|
|
.astrbot |