# macOS system files
.DS_Store

# IDE and editor settings
.idea/

# Python bytecode and artifacts
__pycache__/
*.py[cod]
*$py.class
*.pyc

# Cython and compiled extensions
*.pyd
*.c
*.so

# Python tooling caches
*.pytest_cache/
.mypy_cache/

# Benchmarks and profiling
prof
.benchmarks

# Coverage and test cache
.coverage
.cache

# Build and distribution directories
build/
dist/

# Data and output
data/
audio/
downloads/
site/

# Database files
*.db
*.sqlite3
*.save

# Project-specific files
test.py
.env
