# Build artifacts
dist/
.trae
*.egg-info/
build/
*.egg
*.whl

# Python cache
__pycache__/
*.pyc

# Virtual environments
.venv/
.venv_*/
venv/
env/
ENV/

# Test & tooling caches
.pytest_cache/
.mypy_cache/
.tox/
.nox/
.cache/

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

# Logs
*.log
