43 lines
605 B
Plaintext
43 lines
605 B
Plaintext
# ---- Python ----
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# Packaging / build
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
.eggs/
|
|
|
|
# Test / coverage
|
|
.pytest_cache/
|
|
.coverage
|
|
.coverage.*
|
|
htmlcov/
|
|
.tox/
|
|
|
|
# ---- Soundboard runtime state ----
|
|
# Auto-generated; contains machine-specific device names and absolute file paths.
|
|
config.json
|
|
soundboard/config.json
|
|
|
|
# User audio files dropped into the default folder (keep the folder, not its contents).
|
|
soundboard/sounds/*
|
|
!soundboard/sounds/.gitkeep
|
|
|
|
# ---- Editors / OS ----
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
.DS_Store
|
|
Thumbs.db
|
|
.agents
|
|
.claude
|