# Virtual Environments & Caches
.venv/
venv/
env/
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.coverage
htmlcov/
*.cov

# Distribution & Build Artifacts
dist/
build/
*.egg-info/
*.egg
*.whl

# IDE & OS files
.DS_Store
.idea/
.vscode/
*.swp
*.swo
