# Dependency directories
node_modules/
jspm_packages/
web_concurrent_snapshots/

# Next.js build output
.next/
out/

# Production build outputs
dist/
build/
bin/
obj/

# Debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env*.local
*.env

# Python files
__pycache__/
*.py[cod]
*$py.class
.ipynb_checkpoints
.pytest_cache/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
*.cover
*.log

# Python Virtual environments
venv/
.venv/
env/
ENV/
pip-log.txt
pip-delete-this-directory.txt

# Playwright
playwright-report/
test-results/

# Terraform
.terraform/
*.tfstate
*.tfstate.backup
.terraform.lock.hcl
*.tfvars
*.tfvars.json

# Helm
*.tgz

# OS files
.DS_Store
Thumbs.db
desktop.ini

# IDEs and editors
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# Runtime / temporary files
**/tmp/
tmp/

