# OS
.DS_Store
Thumbs.db

# Editors
.idea/
.vscode/
*.swp

# Env / secrets
.env
.env.local
.env.*.local

# Node
node_modules/
dist/
*.tgz
.npm/
.pnpm-store/
coverage/
.nyc_output/
*.tsbuildinfo

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
build/
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/

# PHP
vendor/
composer.lock
.phpunit.result.cache
.phpunit.cache/

# Java / Maven
target/
*.class
.mvn/wrapper/maven-wrapper.jar
