Python bindings to oxyroot. Makes reading .root files blazing fast 馃殌
1/target
2
3# Byte-compiled / optimized / DLL files
4__pycache__/
5.pytest_cache/
6*.py[cod]
7
8# C extensions
9*.so
10
11# Distribution / packaging
12.Python
13.venv/
14env/
15bin/
16build/
17develop-eggs/
18dist/
19eggs/
20lib/
21lib64/
22parts/
23sdist/
24var/
25include/
26man/
27venv/
28*.egg-info/
29.installed.cfg
30*.egg
31
32# Installer logs
33pip-log.txt
34pip-delete-this-directory.txt
35pip-selfcheck.json
36
37# Unit test / coverage reports
38htmlcov/
39.tox/
40.coverage
41.cache
42nosetests.xml
43coverage.xml
44
45# Translations
46*.mo
47
48# Mr Developer
49.mr.developer.cfg
50.project
51.pydevproject
52
53# Rope
54.ropeproject
55
56# Django stuff:
57*.log
58*.pot
59
60.DS_Store
61
62# Sphinx documentation
63docs/_build/
64
65# PyCharm
66.idea/
67
68# VSCode
69.vscode/
70
71# Pyenv
72.python-version
73
74# Env
75.env
76
77# Marimo cache
78__marimo__/