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

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

# Pytest
.pytest_cache/

# Build artifacts
build/
dist/
*.egg-info/

# Wheel files
*.whl

# Coverage
.coverage
htmlcov/

# Logs
*.log

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/

# Python packaging metadata
pip-wheel-metadata/

# Runtime artifacts
runs/

# Cache directories
.cache/

# Temporary files
*.tmp
*.temp