37 lines
529 B
Plaintext
37 lines
529 B
Plaintext
# Precompiled Python files
|
|
*.pyc
|
|
|
|
# PyCharm project files
|
|
.idea/
|
|
|
|
# Auto-generated sources
|
|
peachpy/x86_64/amd.py
|
|
peachpy/x86_64/avx.py
|
|
peachpy/x86_64/crypto.py
|
|
peachpy/x86_64/fma.py
|
|
peachpy/x86_64/generic.py
|
|
peachpy/x86_64/mask.py
|
|
peachpy/x86_64/mmxsse.py
|
|
codegen/x86_64_nacl.py
|
|
|
|
# Generated documentation
|
|
doc/
|
|
|
|
# Generated distributions
|
|
dist/
|
|
.eggs/
|
|
PeachPy.egg-info/
|
|
MANIFEST
|
|
|
|
# Generated object/assembly files
|
|
*.o
|
|
*.obj
|
|
*.exe
|
|
*.s
|
|
*.S
|
|
*.d
|
|
|
|
# Example binaries and generated headers
|
|
examples/make/test
|
|
examples/make/matmul-opt.h
|