# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.env
.venv
env/
venv/
ENV/

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

# Pytest
.pytest_cache/
.coverage
htmlcov/

# Native build artifacts
*.pyd
*.dll
*.exe
*.obj
*.o
*.a
*.lib

# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile

# Misc
*.log
*.tmp
.DS_Store
Thumbs.db
nul

# Data files
*.pcap
*.pcapng
*.npz
!test/*.pcap

# Scratch scripts & docs
extract_*.py
benchmark*
docs/*
!docs/README.md
!docs/README_CN.md

# Planning files
task_plan.md
findings.md
progress.md

# Internal-only skills (keep locally, don't commit)
.claude/

# Claude Code / local-only files
CLAUDE.md
plan_context.md
context.md
test.csv

# Git worktrees
.worktrees/
