# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
*.retry

# Captures (temporary)
*.pcap
*.pcapng
temp_capture.*

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# mypy
.mypy_cache/

# ruff
.ruff_cache/
