mirror of
https://github.com/langchain-ai/voice-agents-tracing.git
synced 2026-07-01 19:54:16 -04:00
74 lines
779 B
Plaintext
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
|