forked from auracaster/pyalsaaudio
- use pyproject.toml to define project metadata and setuptools-specific configuration, removing the need for a setup.py file - move sources in conventional src/ directory - rework stubs so that they're visible downstream. PEP-561 doesn't support top-level .pyi files, so I made a dummy package instead `alsaaudio-stubs`
15 lines
134 B
Plaintext
15 lines
134 B
Plaintext
*.pyc
|
|
*.so
|
|
MANIFEST
|
|
doc/gh-pages/
|
|
doc/html/
|
|
doc/doctrees/
|
|
doc/_build/
|
|
gh-pages/
|
|
build/
|
|
dist/
|
|
.vscode/
|
|
/__pycache__/
|
|
*.egg-info/
|
|
*.raw
|