# Bot configuration (contains secrets)
folderbot/config.yaml

# Python
__pycache__/
*.py[cod]
*.so
.Python
*.egg-info/
dist/
build/
.eggs/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking
.mypy_cache/

# IDE
.vscode/
.idea/

# Local database
*.db

# Virtual environments
.venv/
venv/
env/
