# Build artifacts
build/
dist/
*.egg-info/
__pycache__/
*.pyc
.pytest_cache/
.coverage
.tox/

# Editor
.vscode/
.idea/
*.swp
.DS_Store

# Credentials — NEVER commit
.pypirc

# Virtual environments
venv/
.venv/
env/
ENV/

# Test outputs
*.log
htmlcov/
.deepeval/
.ruff_cache/

# Reference files used during initial development
reference/