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

# Virtual environments
.venv/
.env/

# Test and coverage artifacts
.pytest_cache/
.coverage
htmlcov/
dist/

# OS / Editor files
.DS_Store
.idea/
.vscode/
