# Python virtual environments
.venv/
venv/
ENV/

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

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

# Downloaded websites and their assets (project-specific)
downloads/
website_library/

# Test cache
.pytest_cache/
.coverage
htmlcov/

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

# Environment variables
.env
.env.local

# Operating System
.DS_Store
Thumbs.db

# uv package manager
.uv/

tests/

