Files
ai-char-bot/.dockerignore
2026-02-11 11:37:04 +03:00

19 lines
139 B
Plaintext

.git
.gitignore
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
node_modules/
tmp/
logs/
*.log
dist/
build/
.cache/
.idea/
.vscode/