# JavaScript
node_modules/
dist/

# Python
__pycache__/
*.egg-info/
dist/
build/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/

# PHP
vendor/
.phpunit.result.cache
.phpcs-cache
.phpstan.cache/

# IDE
.idea/
.vscode/
*.swp
.DS_Store
