fix(rtable): Prevent direct send hairpins
[ric-plt/lib/rmr.git] / .gitignore
1 build/*
2 .build/*
3 *.o
4 *-
5 *.ps
6 *.sp
7 *.eps
8 *.bak
9
10 # python bindings
11 *.rdb
12 .pytest_cache/
13 .config
14 # Byte-compiled / optimized / DLL files
15 __pycache__/
16 *.py[cod]
17 *$py.class
18 # C extensions
19 *.so
20 # Distribution / packaging
21 .Python
22 env/
23 build/
24 develop-eggs/
25 dist/
26 downloads/
27 eggs/
28 .eggs/
29 lib/
30 lib64/
31 parts/
32 sdist/
33 var/
34 wheels/
35 *.egg-info/
36 .installed.cfg
37 *.egg
38 # Unit test / coverage reports
39 htmlcov/
40 .tox/
41 .coverage
42 .coverage.*
43 .cache
44 nosetests.xml
45 coverage.xml
46 # pyenv
47 .python-version
48 # dotenv
49 .env
50 # virtualenv
51 .venv
52 venv/