# Build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo

# Virtual environments
venv/
test_env/
build_env/
env/

# Test artifacts
.pytest_cache/
.coverage
htmlcov/

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

# OS
.DS_Store
Thumbs.db
