Files
python-bpf/.gitignore
2026-01-20 22:07:36 +00:00

17 lines
179 B
Plaintext

*venv*/
.ropeproject/
.idea/
*.egg-info/
.vscode/
__pycache__/
*.ll
*.o
.ipynb_checkpoints/
vmlinux.py
~*
vmlinux.h
# Documentation build artifacts
docs/_build/
docs/_templates/