# Python
__pycache__/
*.py[cod]
*.egg-info/
.python-version
.venv/
venv/

# Build and test output
.coverage
.pytest_cache/
.ruff_cache/
build/
dist/
htmlcov/

# Local configuration and captures
.env
*.env
*.pcap
*.pcapng
RELEASING.md

# Editors and operating systems
.DS_Store
.idea/
.vscode/
*.swp
