Files
Tanushree Sharma f721dfea28 requirements-txt
2025-12-08 09:20:51 -08:00

74 lines
779 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
.venv/
venv/
ENV/
env/
.conda/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Environment variables
.env
.env.local
.env.*.local
# Audio files (recordings)
*.wav
*.mp3
*.ogg
*.flac
# Project-specific: ignore everything except pipecat-test/ and livekit-test/
# Ignore root-level files
/*
!/pipecat/
!/livekit/
!README.md
!.gitignore
!requirements.txt
# Ignore test directories
pipecat-test/recordings/
# Lock files (optional - uncomment if you want to ignore)
uv.lock
poetry.lock
Pipfile.lock
# Logs
*.log
# Temporary files
*.tmp
*.temp