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

# Virtual environment
.venv/
venv/

# Environment
.env
!.env.example

# IDE
.idea/
.vscode/
*.swp
*.swo

# pytest
.pytest_cache/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Docker volumes
redpanda-0/
