You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buffer_platform/.gitignore

36 lines
318 B

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# Virtual environments
venv/
.venv/
# Database files
data/*.db
data/*.db-journal
# Config files with secrets
config/ai_config.json
# Logs
*.log
data/collector.log
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Cache
cache/*.pkl