# editor config
.vscode

# don't include project 'prefix' folders
bin/
lib/
share/
python/
site/

# don't include test output
tests/output/

# dynamically generated
MANIFEST.in

# don't include cython-generated cpp
src/cyfaust/common.cpp
src/cyfaust/interp.cpp
src/cyfaust/gui.cpp
src/cyfaust/box.cpp
src/cyfaust/signal.cpp
src/static/cyfaust/cyfaust.cpp

# CMake-generated backend config (changes based on -DLLVM=ON/OFF)
src/static/cyfaust/backend_config.pxi

# general macos detritus
.DS_Store

# taskfile
.task

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# Distribution / packaging
build/
dist/
sdist/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST


# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.*_cache/
cover/

*.log
log.txt

# Sphinx documentation
docs/_build/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# cache
.mypy_cache/
.ruff_cache/
.pylint_cache/


# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
#*.lib

# Executables
*.exe
*.out
*.app

# faust
Dump*.txt

# claude
.claude
CLAUDE.md
