Pix-Agent-Test / .gitignore
Cuong2004's picture
Chat engine
76f712e
raw
history blame contribute delete
694 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
htmlcov/
.coverage
.coverage.*
.cache/
coverage.xml
*.cover
.mypy_cache/
# Environment
.env
.venv
env/
venv/
ENV/
# VSCode
.vscode/
*.code-workspace
.history/
# PyCharm
.idea/
*.iml
*.iws
*.ipr
*.iws
out/
.idea_modules/
# Logs and databases
*.log
*.sql
*.sqlite
*.db
# Tests
tests/
Admin_bot/
Pix-Agent/
# Hugging Face Spaces
.gitattributes
# OS specific
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
# Project specific
*.log
.env
main.py
test/
/tmp
/docs/