-
Notifications
You must be signed in to change notification settings - Fork 771
Expand file tree
/
Copy path.gitignore
More file actions
78 lines (72 loc) · 1.21 KB
/
.gitignore
File metadata and controls
78 lines (72 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.qemu
*.mp4
*.pyc
*.pyo
*.dat
build
dist
autobahn.egg-info
*.sublime-workspace
*.sublime-project
__pycache__
dropin.cache
*dropin.cache.new
*.egg
*.tar.gz
_trial_temp
_trial_temp*
.idea
.sconsign.dblite
_html
_upload
build
egg-info
egg\-info
egg
.egg*
.tox
htmlcov/
*~
*.log
*.pid
.cache/
node.key
/.project
/.pydevproject
/.venv/
/my_tests/
*.swp
*.swo
*.swn
*.so
*.o
# CFFI-generated intermediate C files (NVX extension modules)
src/autobahn/nvx/_nvx_*.c
src/_nvx_*.c
# Build artifact: flatc binary (compiled from deps/flatbuffers during wheel build)
src/autobahn/_flatc/bin/
# Build artifact: reflection.bfbs (generated from reflection.fbs during wheel build)
src/autobahn/flatbuffers/reflection.bfbs
# Build artifact: wamp.bfbs (generated from wamp.fbs during wheel build)
src/autobahn/wamp/flatbuffers/wamp.bfbs
.wheels
get-pip.py
docs/autoapi/
.build/
key.pub
key.priv
node_modules/
package-lock.json
package.json
uv.lock
wheelhouse/
.coverage
.wstest/
docs/_static/websocket/conformance/
docs/_static/flatbuffers/
docs/_static/img/
.coverage.*
examples/benchmarks/serialization/build/
# Vendored flatbuffers CFFI artifacts (if any native extensions are added in future)
src/autobahn/flatbuffers/*.so
src/autobahn/flatbuffers/*.pyd