.env
__pycache__/
*.pyc
*.swp
*~
*#*

.venv/
tmp/
etc/
!src/wurker/etc/

*.egg-info/
build/
dist/
tmp/

.markdown-preview.html
.pytest_cache/
.agent-shell

# Ruby dependencies
Gemfile.lock

# Node dependencies (even though excluded from package, good to ignore in git)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# IDE files
.vscode/
.idea/
*.swp
*.swo

# OS generated files
.DS_Store
Thumbs.db
