# Virtual environment
.venv/
venv/
env/

# Environment variables (contains API key)
.env

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so

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

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

# Test artifacts
.pytest_cache/
.coverage
htmlcov/

# Output directory (test results)
output/
