# Dependencies
node_modules/
__pycache__/
*.pyc
.venv/
venv/
env/
.env
.env.local
vendor/
target/
bin/
obj/

# Build artifacts
dist/
build/
*.egg-info/
*.whl
*.tar.gz
*.nupkg

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.vs/

# OS
.DS_Store
Thumbs.db

# Test & Coverage
coverage/
htmlcov/
.coverage
.pytest_cache/
.nyc_output/

# Logs
*.log
