# Virtual environments
venv/
myenv/
.venv/

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDEs
.idea/
.vscode/

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