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

30 lines
222 B

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# Virtual environments
venv/
.venv/
# Logs
*.log
data/collector.log
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Cache
cache/*.pkl