# Virtual Environment
.venv/
env/
venv/

# Python cache & artifacts
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/

# Node & Next.js
node_modules/
.next/
out/

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