# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Pytest cache
.pytest_cache/

# Pytest coverage reports
htmlcov/
*.coverage

# Visual Studio Code
.vscode/

# Ignore all files with 'ignore' in their name
*.ignore*
