# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.pytest_cache/
.coverage
coverage.xml
*.cover
*.pyc
*.pyd

# Distribution
dist/
build/
*.egg-info/
.eggs/

# Virtual environments
venv/
env/
.venv/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Project specific
.deepeval/
*.log

# Test artifacts
test-results/
*.xml

# Local development
.env
.env.local
.pypirc